Html Css Color HEX #3A61FA Royal Blue

📋 copy color: '#3A61FA'

red 58 ◦ green 97 ◦ blue 250

#3A61FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3A61FA

Tints of Royal Blue #3A61FA

RGB

 RED value IS 58 (23.05% from 255) = 14.32%

 GREEN value IS 97 (38.28% from 255) = 23.95%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 14.32%
G = 23.95%
B = 61.73%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A61FA (or 0x3A61FA) is known color: Royal Blue. HEX triplet: 3A, 61 and FA. RGB value is (58,97,250). Sum of RGB (Red+Green+Blue) = 58+97+250=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A61FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A61FA is #C59E05. Grayscale: #666666. Windows color (decimal): -12951046 or 16408890. OLE color: 16408890.

HSL color Cylindrical-coordinate representation of color #3A61FA: hue angle of 227.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A61FA is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 97 250 -
CMYK 0.77 0.61 0 0.02
HSL 227.81º 0.95% 0.6% -
HSV(B) 227.81º 0.77% 0.98% -
XYZ 23.27 16.35 92.37 -
YUV 102.78 211.08 96.06 -
System Red Green Blue C M Y K H S L
Decimal 58 97 250 0.77 0.61 0 0.02 227.81 0.95 0.6
Hex 3A 61 FA 4D 3D 0 2 E4 5F 3C
Octal 72 141 372 115 75 0 2 344 137 74
Binary 111010 1100001 11111010 1001101 111101 0 10 11100100 1011111 111100

Color Harmonies of #3A61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A61FA

Black with #3A61FA

Text Example


Text Example

White with #3A61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A61FA; }

 p { color: rgb(58,97,250); }

 H1.HeaderClassName
 {
   color: #3A61FA;
 }
 .AnyTagClassName
 {
   color: #3A61FA;
 }
</style>

background-color css

<style>
 a { background-color: #3A61FA; }

 a { background-color: rgb(58,97,250); }

 div.DivClassName
 {
   background-color: #3A61FA;
 }
 .BgClassName
 {
   background-color: #3A61FA;
 }
</style>

border-color css

<style>
 span { border-color: #3A61FA; }

 span { border-color: rgb(58,97,250); }

 td.TdClassName
 {
   border-color: #3A61FA;
 }
 .TagClassName
 {
   border-color: #3A61FA;
 }
</style>