Html Css Color HEX #3C6ECA Royal Blue

📋 copy color: '#3C6ECA'

red 60 ◦ green 110 ◦ blue 202

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

Shades of Royal Blue #3C6ECA

Tints of Royal Blue #3C6ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.3%

R = 16.13%
G = 29.57%
B = 54.3%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C6ECA (or 0x3C6ECA) is known color: Royal Blue. HEX triplet: 3C, 6E and CA. RGB value is (60,110,202). Sum of RGB (Red+Green+Blue) = 60+110+202=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ECA is #C39135. Grayscale: #696969. Windows color (decimal): -12816694 or 13266492. OLE color: 13266492.

HSL color Cylindrical-coordinate representation of color #3C6ECA: hue angle of 218.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C6ECA is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 110 202 -
CMYK 0.70 0.46 0 0.21
HSL 218.87º 0.57% 0.51% -
HSV(B) 218.87º 0.7% 0.79% -
XYZ 18.1 16.38 58.08 -
YUV 105.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 60 110 202 0.70 0.46 0 0.21 218.87 0.57 0.51
Hex 3C 6E CA 46 2E 0 15 DB 39 33
Octal 74 156 312 106 56 0 25 333 71 63
Binary 111100 1101110 11001010 1000110 101110 0 10101 11011011 111001 110011

Color Harmonies of #3C6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6ECA

Black with #3C6ECA

Text Example


Text Example

White with #3C6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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