Html Css Color HEX #3C6DCF Royal Blue

📋 copy color: '#3C6DCF'

red 60 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #3C6DCF

Tints of Royal Blue #3C6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 15.96%
G = 28.99%
B = 55.05%

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

#3C6DCF (or 0x3C6DCF) is known color: Royal Blue. HEX triplet: 3C, 6D and CF. RGB value is (60,109,207). Sum of RGB (Red+Green+Blue) = 60+109+207=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C6DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DCF is #C39230. Grayscale: #696969. Windows color (decimal): -12816945 or 13593916. OLE color: 13593916.

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

Color convert

RGB 60 109 207 -
CMYK 0.71 0.47 0 0.19
HSL 220º 0.6% 0.52% -
HSV(B) 220º 0.71% 0.81% -
XYZ 18.59 16.4 61.22 -
YUV 105.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 60 109 207 0.71 0.47 0 0.19 220 0.6 0.52
Hex 3C 6D CF 47 2F 0 13 DC 3C 34
Octal 74 155 317 107 57 0 23 334 74 64
Binary 111100 1101101 11001111 1000111 101111 0 10011 11011100 111100 110100

Color Harmonies of #3C6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DCF

Black with #3C6DCF

Text Example


Text Example

White with #3C6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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