Html Css Color HEX #3C6BDF Royal Blue

📋 copy color: '#3C6BDF'

red 60 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #3C6BDF

Tints of Royal Blue #3C6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 15.38%
G = 27.44%
B = 57.18%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C6BDF (or 0x3C6BDF) is known color: Royal Blue. HEX triplet: 3C, 6B and DF. RGB value is (60,107,223). Sum of RGB (Red+Green+Blue) = 60+107+223=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BDF is #C39420. Grayscale: #696969. Windows color (decimal): -12817441 or 14641980. OLE color: 14641980.

HSL color Cylindrical-coordinate representation of color #3C6BDF: hue angle of 222.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C6BDF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 107 223 -
CMYK 0.73 0.52 0 0.13
HSL 222.7º 0.72% 0.55% -
HSV(B) 222.7º 0.73% 0.87% -
XYZ 20.44 16.8 71.98 -
YUV 106.17 193.93 95.07 -
System Red Green Blue C M Y K H S L
Decimal 60 107 223 0.73 0.52 0 0.13 222.7 0.72 0.55
Hex 3C 6B DF 49 34 0 D DF 48 37
Octal 74 153 337 111 64 0 15 337 110 67
Binary 111100 1101011 11011111 1001001 110100 0 1101 11011111 1001000 110111

Color Harmonies of #3C6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BDF

Black with #3C6BDF

Text Example


Text Example

White with #3C6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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