Html Css Color HEX #3C6CCA Royal Blue

📋 copy color: '#3C6CCA'

red 60 ◦ green 108 ◦ blue 202

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

Shades of Royal Blue #3C6CCA

Tints of Royal Blue #3C6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 16.22%
G = 29.19%
B = 54.59%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C6CCA (or 0x3C6CCA) is known color: Royal Blue. HEX triplet: 3C, 6C and CA. RGB value is (60,108,202). Sum of RGB (Red+Green+Blue) = 60+108+202=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C6CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CCA is #C39335. Grayscale: #676767. Windows color (decimal): -12817206 or 13265980. OLE color: 13265980.

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

Color convert

RGB 60 108 202 -
CMYK 0.70 0.47 0 0.21
HSL 219.72º 0.57% 0.51% -
HSV(B) 219.72º 0.7% 0.79% -
XYZ 17.89 15.95 58.01 -
YUV 104.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 60 108 202 0.70 0.47 0 0.21 219.72 0.57 0.51
Hex 3C 6C CA 46 2F 0 15 DC 39 33
Octal 74 154 312 106 57 0 25 334 71 63
Binary 111100 1101100 11001010 1000110 101111 0 10101 11011100 111001 110011

Color Harmonies of #3C6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6CCA

Black with #3C6CCA

Text Example


Text Example

White with #3C6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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