Html Css Color HEX #3C72DF Royal Blue

📋 copy color: '#3C72DF'

red 60 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #3C72DF

Tints of Royal Blue #3C72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 15.11%
G = 28.72%
B = 56.17%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C72DF (or 0x3C72DF) is known color: Royal Blue. HEX triplet: 3C, 72 and DF. RGB value is (60,114,223). Sum of RGB (Red+Green+Blue) = 60+114+223=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C72DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72DF is #C38D20. Grayscale: #6D6D6D. Windows color (decimal): -12815649 or 14643772. OLE color: 14643772.

HSL color Cylindrical-coordinate representation of color #3C72DF: hue angle of 220.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C72DF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 114 223 -
CMYK 0.73 0.49 0 0.13
HSL 220.12º 0.72% 0.55% -
HSV(B) 220.12º 0.73% 0.87% -
XYZ 21.2 18.32 72.23 -
YUV 110.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 60 114 223 0.73 0.49 0 0.13 220.12 0.72 0.55
Hex 3C 72 DF 49 31 0 D DC 48 37
Octal 74 162 337 111 61 0 15 334 110 67
Binary 111100 1110010 11011111 1001001 110001 0 1101 11011100 1001000 110111

Color Harmonies of #3C72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72DF

Black with #3C72DF

Text Example


Text Example

White with #3C72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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