Html Css Color HEX #3C6ECF Royal Blue

📋 copy color: '#3C6ECF'

red 60 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #3C6ECF

Tints of Royal Blue #3C6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 15.92%
G = 29.18%
B = 54.91%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C6ECF (or 0x3C6ECF) is known color: Royal Blue. HEX triplet: 3C, 6E and CF. RGB value is (60,110,207). Sum of RGB (Red+Green+Blue) = 60+110+207=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ECF is #C39130. Grayscale: #696969. Windows color (decimal): -12816689 or 13594172. OLE color: 13594172.

HSL color Cylindrical-coordinate representation of color #3C6ECF: hue angle of 219.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C6ECF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 110 207 -
CMYK 0.71 0.47 0 0.19
HSL 219.59º 0.6% 0.52% -
HSV(B) 219.59º 0.71% 0.81% -
XYZ 18.7 16.62 61.25 -
YUV 106.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 60 110 207 0.71 0.47 0 0.19 219.59 0.6 0.52
Hex 3C 6E CF 47 2F 0 13 DC 3C 34
Octal 74 156 317 107 57 0 23 334 74 64
Binary 111100 1101110 11001111 1000111 101111 0 10011 11011100 111100 110100

Color Harmonies of #3C6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6ECF

Black with #3C6ECF

Text Example


Text Example

White with #3C6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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