Html Css Color HEX #3C76DD Royal Blue

📋 copy color: '#3C76DD'

red 60 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #3C76DD

Tints of Royal Blue #3C76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

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

R = 15.04%
G = 29.57%
B = 55.39%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C76DD (or 0x3C76DD) is known color: Royal Blue. HEX triplet: 3C, 76 and DD. RGB value is (60,118,221). Sum of RGB (Red+Green+Blue) = 60+118+221=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76DD is #C38922. Grayscale: #6F6F6F. Windows color (decimal): -12814627 or 14513724. OLE color: 14513724.

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

Color convert

RGB 60 118 221 -
CMYK 0.73 0.47 0 0.13
HSL 218.39º 0.7% 0.55% -
HSV(B) 218.39º 0.73% 0.87% -
XYZ 21.39 19.14 70.97 -
YUV 112.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 60 118 221 0.73 0.47 0 0.13 218.39 0.7 0.55
Hex 3C 76 DD 49 2F 0 D DA 46 37
Octal 74 166 335 111 57 0 15 332 106 67
Binary 111100 1110110 11011101 1001001 101111 0 1101 11011010 1000110 110111

Color Harmonies of #3C76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C76DD

Black with #3C76DD

Text Example


Text Example

White with #3C76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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