Html Css Color HEX #3B6DB9 Steel Blue

📋 copy color: '#3B6DB9'

red 59 ◦ green 109 ◦ blue 185

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

Shades of Steel Blue #3B6DB9

Tints of Steel Blue #3B6DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.41%

R = 16.71%
G = 30.88%
B = 52.41%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B6DB9 (or 0x3B6DB9) is known color: Steel Blue. HEX triplet: 3B, 6D and B9. RGB value is (59,109,185). Sum of RGB (Red+Green+Blue) = 59+109+185=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #3B6DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6DB9 is #C49246. Grayscale: #666666. Windows color (decimal): -12882503 or 12152123. OLE color: 12152123.

HSL color Cylindrical-coordinate representation of color #3B6DB9: hue angle of 216.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B6DB9 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 109 185 -
CMYK 0.68 0.41 0 0.27
HSL 216.19º 0.52% 0.48% -
HSV(B) 216.19º 0.68% 0.73% -
XYZ 16.03 15.37 48.02 -
YUV 102.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 59 109 185 0.68 0.41 0 0.27 216.19 0.52 0.48
Hex 3B 6D B9 44 29 0 1B D8 34 30
Octal 73 155 271 104 51 0 33 330 64 60
Binary 111011 1101101 10111001 1000100 101001 0 11011 11011000 110100 110000

Color Harmonies of #3B6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6DB9

Black with #3B6DB9

Text Example


Text Example

White with #3B6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,109,185); }

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

background-color css

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

 a { background-color: rgb(59,109,185); }

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

border-color css

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

 span { border-color: rgb(59,109,185); }

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