Html Css Color HEX #3A6BD2 Royal Blue

📋 copy color: '#3A6BD2'

red 58 ◦ green 107 ◦ blue 210

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

Shades of Royal Blue #3A6BD2

Tints of Royal Blue #3A6BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 210 (82.42% from 255) = 56%

R = 15.47%
G = 28.53%
B = 56%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A6BD2 (or 0x3A6BD2) is known color: Royal Blue. HEX triplet: 3A, 6B and D2. RGB value is (58,107,210). Sum of RGB (Red+Green+Blue) = 58+107+210=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A6BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BD2 is #C5942D. Grayscale: #676767. Windows color (decimal): -12948526 or 13790010. OLE color: 13790010.

HSL color Cylindrical-coordinate representation of color #3A6BD2: hue angle of 220.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6BD2 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 107 210 -
CMYK 0.72 0.49 0 0.18
HSL 220.66º 0.63% 0.53% -
HSV(B) 220.66º 0.72% 0.82% -
XYZ 18.64 16.07 63.09 -
YUV 104.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 58 107 210 0.72 0.49 0 0.18 220.66 0.63 0.53
Hex 3A 6B D2 48 31 0 12 DD 3F 35
Octal 72 153 322 110 61 0 22 335 77 65
Binary 111010 1101011 11010010 1001000 110001 0 10010 11011101 111111 110101

Color Harmonies of #3A6BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BD2

Black with #3A6BD2

Text Example


Text Example

White with #3A6BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,107,210); }

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

background-color css

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

 a { background-color: rgb(58,107,210); }

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

border-color css

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

 span { border-color: rgb(58,107,210); }

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