Html Css Color HEX #3B6BDC Royal Blue

📋 copy color: '#3B6BDC'

red 59 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #3B6BDC

Tints of Royal Blue #3B6BDC

RGB

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

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

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

R = 15.28%
G = 27.72%
B = 56.99%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B6BDC (or 0x3B6BDC) is known color: Royal Blue. HEX triplet: 3B, 6B and DC. RGB value is (59,107,220). Sum of RGB (Red+Green+Blue) = 59+107+220=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6BDC is #C49423. Grayscale: #696969. Windows color (decimal): -12882980 or 14445371. OLE color: 14445371.

HSL color Cylindrical-coordinate representation of color #3B6BDC: hue angle of 222.11º 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 #3B6BDC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 107 220 -
CMYK 0.73 0.51 0 0.14
HSL 222.11º 0.7% 0.55% -
HSV(B) 222.11º 0.73% 0.86% -
XYZ 19.98 16.61 69.86 -
YUV 105.53 192.6 94.81 -
System Red Green Blue C M Y K H S L
Decimal 59 107 220 0.73 0.51 0 0.14 222.11 0.7 0.55
Hex 3B 6B DC 49 33 0 E DE 46 37
Octal 73 153 334 111 63 0 16 336 106 67
Binary 111011 1101011 11011100 1001001 110011 0 1110 11011110 1000110 110111

Color Harmonies of #3B6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6BDC

Black with #3B6BDC

Text Example


Text Example

White with #3B6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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