Html Css Color HEX #3C72DD Royal Blue

📋 copy color: '#3C72DD'

red 60 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #3C72DD

Tints of Royal Blue #3C72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 15.19%
G = 28.86%
B = 55.95%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C72DD (or 0x3C72DD) is known color: Royal Blue. HEX triplet: 3C, 72 and DD. RGB value is (60,114,221). Sum of RGB (Red+Green+Blue) = 60+114+221=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72DD is #C38D22. Grayscale: #6D6D6D. Windows color (decimal): -12815651 or 14512700. OLE color: 14512700.

HSL color Cylindrical-coordinate representation of color #3C72DD: hue angle of 219.88º degrees, saturation: 0.7, 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 #3C72DD is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 114 221 -
CMYK 0.73 0.48 0 0.13
HSL 219.88º 0.7% 0.55% -
HSV(B) 219.88º 0.73% 0.87% -
XYZ 20.93 18.22 70.82 -
YUV 110.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 60 114 221 0.73 0.48 0 0.13 219.88 0.7 0.55
Hex 3C 72 DD 49 30 0 D DC 46 37
Octal 74 162 335 111 60 0 15 334 106 67
Binary 111100 1110010 11011101 1001001 110000 0 1101 11011100 1000110 110111

Color Harmonies of #3C72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72DD

Black with #3C72DD

Text Example


Text Example

White with #3C72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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