Html Css Color HEX #3B6ADC Royal Blue

📋 copy color: '#3B6ADC'

red 59 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #3B6ADC

Tints of Royal Blue #3B6ADC

RGB

 RED value IS 59 (23.44% from 255) = 15.32%

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 15.32%
G = 27.53%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B6ADC (or 0x3B6ADC) is known color: Royal Blue. HEX triplet: 3B, 6A and DC. RGB value is (59,106,220). Sum of RGB (Red+Green+Blue) = 59+106+220=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ADC is #C49523. Grayscale: #686868. Windows color (decimal): -12883236 or 14445115. OLE color: 14445115.

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

Color convert

RGB 59 106 220 -
CMYK 0.73 0.52 0 0.14
HSL 222.48º 0.7% 0.55% -
HSV(B) 222.48º 0.73% 0.86% -
XYZ 19.88 16.41 69.83 -
YUV 104.94 192.93 95.23 -
System Red Green Blue C M Y K H S L
Decimal 59 106 220 0.73 0.52 0 0.14 222.48 0.7 0.55
Hex 3B 6A DC 49 34 0 E DE 46 37
Octal 73 152 334 111 64 0 16 336 106 67
Binary 111011 1101010 11011100 1001001 110100 0 1110 11011110 1000110 110111

Color Harmonies of #3B6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6ADC

Black with #3B6ADC

Text Example


Text Example

White with #3B6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,106,220); }

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

background-color css

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

 a { background-color: rgb(59,106,220); }

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

border-color css

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

 span { border-color: rgb(59,106,220); }

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