Html Css Color HEX #3C6EC8 Royal Blue

📋 copy color: '#3C6EC8'

red 60 ◦ green 110 ◦ blue 200

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

Shades of Royal Blue #3C6EC8

Tints of Royal Blue #3C6EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 200 (78.52% from 255) = 54.05%

R = 16.22%
G = 29.73%
B = 54.05%

CMYK

 C value IS 0.7

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C6EC8 (or 0x3C6EC8) is known color: Royal Blue. HEX triplet: 3C, 6E and C8. RGB value is (60,110,200). Sum of RGB (Red+Green+Blue) = 60+110+200=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C6EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EC8 is #C39137. Grayscale: #686868. Windows color (decimal): -12816696 or 13135420. OLE color: 13135420.

HSL color Cylindrical-coordinate representation of color #3C6EC8: hue angle of 218.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C6EC8 is Cyan = 0.7, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 110 200 -
CMYK 0.7 0.45 0 0.22
HSL 218.57º 0.56% 0.51% -
HSV(B) 218.57º 0.7% 0.78% -
XYZ 17.86 16.28 56.84 -
YUV 105.31 181.44 95.68 -
System Red Green Blue C M Y K H S L
Decimal 60 110 200 0.7 0.45 0 0.22 218.57 0.56 0.51
Hex 3C 6E C8 46 2D 0 16 DB 38 33
Octal 74 156 310 106 55 0 26 333 70 63
Binary 111100 1101110 11001000 1000110 101101 0 10110 11011011 111000 110011

Color Harmonies of #3C6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6EC8

Black with #3C6EC8

Text Example


Text Example

White with #3C6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,200); }

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

background-color css

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

 a { background-color: rgb(60,110,200); }

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

border-color css

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

 span { border-color: rgb(60,110,200); }

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