Html Css Color HEX #3C6BCA Royal Blue

📋 copy color: '#3C6BCA'

red 60 ◦ green 107 ◦ blue 202

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

Shades of Royal Blue #3C6BCA

Tints of Royal Blue #3C6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 16.26%
G = 29%
B = 54.74%

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

#3C6BCA (or 0x3C6BCA) is known color: Royal Blue. HEX triplet: 3C, 6B and CA. RGB value is (60,107,202). Sum of RGB (Red+Green+Blue) = 60+107+202=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C6BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BCA is #C39435. Grayscale: #676767. Windows color (decimal): -12817462 or 13265724. OLE color: 13265724.

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

Color convert

RGB 60 107 202 -
CMYK 0.70 0.47 0 0.21
HSL 220.14º 0.57% 0.51% -
HSV(B) 220.14º 0.7% 0.79% -
XYZ 17.78 15.74 57.98 -
YUV 103.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 60 107 202 0.70 0.47 0 0.21 220.14 0.57 0.51
Hex 3C 6B CA 46 2F 0 15 DC 39 33
Octal 74 153 312 106 57 0 25 334 71 63
Binary 111100 1101011 11001010 1000110 101111 0 10101 11011100 111001 110011

Color Harmonies of #3C6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BCA

Black with #3C6BCA

Text Example


Text Example

White with #3C6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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