Html Css Color HEX #3C64DC Royal Blue

📋 copy color: '#3C64DC'

red 60 ◦ green 100 ◦ blue 220

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

Shades of Royal Blue #3C64DC

Tints of Royal Blue #3C64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 15.79%
G = 26.32%
B = 57.89%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C64DC (or 0x3C64DC) is known color: Royal Blue. HEX triplet: 3C, 64 and DC. RGB value is (60,100,220). Sum of RGB (Red+Green+Blue) = 60+100+220=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C64DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64DC is #C39B23. Grayscale: #656565. Windows color (decimal): -12819236 or 14443580. OLE color: 14443580.

HSL color Cylindrical-coordinate representation of color #3C64DC: hue angle of 225º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C64DC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 100 220 -
CMYK 0.73 0.55 0 0.14
HSL 225º 0.7% 0.55% -
HSV(B) 225º 0.73% 0.86% -
XYZ 19.34 15.24 69.63 -
YUV 101.72 194.75 98.24 -
System Red Green Blue C M Y K H S L
Decimal 60 100 220 0.73 0.55 0 0.14 225 0.7 0.55
Hex 3C 64 DC 49 37 0 E E1 46 37
Octal 74 144 334 111 67 0 16 341 106 67
Binary 111100 1100100 11011100 1001001 110111 0 1110 11100001 1000110 110111

Color Harmonies of #3C64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C64DC

Black with #3C64DC

Text Example


Text Example

White with #3C64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,220); }

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

background-color css

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

 a { background-color: rgb(60,100,220); }

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

border-color css

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

 span { border-color: rgb(60,100,220); }

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