Html Css Color HEX #3C62DC Royal Blue

📋 copy color: '#3C62DC'

red 60 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #3C62DC

Tints of Royal Blue #3C62DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

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

R = 15.87%
G = 25.93%
B = 58.2%

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

#3C62DC (or 0x3C62DC) is known color: Royal Blue. HEX triplet: 3C, 62 and DC. RGB value is (60,98,220). Sum of RGB (Red+Green+Blue) = 60+98+220=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C62DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62DC is #C39D23. Grayscale: #646464. Windows color (decimal): -12819748 or 14443068. OLE color: 14443068.

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

Color convert

RGB 60 98 220 -
CMYK 0.73 0.55 0 0.14
HSL 225.75º 0.7% 0.55% -
HSV(B) 225.75º 0.73% 0.86% -
XYZ 19.15 14.86 69.57 -
YUV 100.55 195.41 99.08 -
System Red Green Blue C M Y K H S L
Decimal 60 98 220 0.73 0.55 0 0.14 225.75 0.7 0.55
Hex 3C 62 DC 49 37 0 E E2 46 37
Octal 74 142 334 111 67 0 16 342 106 67
Binary 111100 1100010 11011100 1001001 110111 0 1110 11100010 1000110 110111

Color Harmonies of #3C62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C62DC

Black with #3C62DC

Text Example


Text Example

White with #3C62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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