Html Css Color HEX #3C72E0 Royal Blue

📋 copy color: '#3C72E0'

red 60 ◦ green 114 ◦ blue 224

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

Shades of Royal Blue #3C72E0

Tints of Royal Blue #3C72E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 15.08%
G = 28.64%
B = 56.28%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3C72E0 (or 0x3C72E0) is known color: Royal Blue. HEX triplet: 3C, 72 and E0. RGB value is (60,114,224). Sum of RGB (Red+Green+Blue) = 60+114+224=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C72E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72E0 is #C38D1F. Grayscale: #6D6D6D. Windows color (decimal): -12815648 or 14709308. OLE color: 14709308.

HSL color Cylindrical-coordinate representation of color #3C72E0: hue angle of 220.24º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C72E0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 114 224 -
CMYK 0.73 0.49 0 0.12
HSL 220.24º 0.73% 0.56% -
HSV(B) 220.24º 0.73% 0.88% -
XYZ 21.34 18.38 72.94 -
YUV 110.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 60 114 224 0.73 0.49 0 0.12 220.24 0.73 0.56
Hex 3C 72 E0 49 31 0 C DC 49 38
Octal 74 162 340 111 61 0 14 334 111 70
Binary 111100 1110010 11100000 1001001 110001 0 1100 11011100 1001001 111000

Color Harmonies of #3C72E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72E0

Black with #3C72E0

Text Example


Text Example

White with #3C72E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,224); }

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

background-color css

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

 a { background-color: rgb(60,114,224); }

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

border-color css

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

 span { border-color: rgb(60,114,224); }

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