Html Css Color HEX #3C7AD2 Royal Blue

📋 copy color: '#3C7AD2'

red 60 ◦ green 122 ◦ blue 210

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

Shades of Royal Blue #3C7AD2

Tints of Royal Blue #3C7AD2

RGB

 RED value IS 60 (23.83% from 255) = 15.31%

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 15.31%
G = 31.12%
B = 53.57%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C7AD2 (or 0x3C7AD2) is known color: Royal Blue. HEX triplet: 3C, 7A and D2. RGB value is (60,122,210). Sum of RGB (Red+Green+Blue) = 60+122+210=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #3C7AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AD2 is #C3852D. Grayscale: #717171. Windows color (decimal): -12813614 or 13793852. OLE color: 13793852.

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

Color convert

RGB 60 122 210 -
CMYK 0.71 0.42 0 0.18
HSL 215.2º 0.63% 0.53% -
HSV(B) 215.2º 0.71% 0.82% -
XYZ 20.46 19.53 63.66 -
YUV 113.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 60 122 210 0.71 0.42 0 0.18 215.2 0.63 0.53
Hex 3C 7A D2 47 2A 0 12 D7 3E 35
Octal 74 172 322 107 52 0 22 327 76 65
Binary 111100 1111010 11010010 1000111 101010 0 10010 11010111 111110 110101

Color Harmonies of #3C7AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7AD2

Black with #3C7AD2

Text Example


Text Example

White with #3C7AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,210); }

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

background-color css

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

 a { background-color: rgb(60,122,210); }

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

border-color css

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

 span { border-color: rgb(60,122,210); }

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