Html Css Color HEX #3B6EBC Steel Blue

📋 copy color: '#3B6EBC'

red 59 ◦ green 110 ◦ blue 188

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

Shades of Steel Blue #3B6EBC

Tints of Steel Blue #3B6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 16.53%
G = 30.81%
B = 52.66%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B6EBC (or 0x3B6EBC) is known color: Steel Blue. HEX triplet: 3B, 6E and BC. RGB value is (59,110,188). Sum of RGB (Red+Green+Blue) = 59+110+188=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6EBC is #C49143. Grayscale: #676767. Windows color (decimal): -12882244 or 12348987. OLE color: 12348987.

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

Color convert

RGB 59 110 188 -
CMYK 0.69 0.41 0 0.26
HSL 216.28º 0.52% 0.48% -
HSV(B) 216.28º 0.69% 0.74% -
XYZ 16.46 15.71 49.74 -
YUV 103.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 59 110 188 0.69 0.41 0 0.26 216.28 0.52 0.48
Hex 3B 6E BC 45 29 0 1A D8 34 30
Octal 73 156 274 105 51 0 32 330 64 60
Binary 111011 1101110 10111100 1000101 101001 0 11010 11011000 110100 110000

Color Harmonies of #3B6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6EBC

Black with #3B6EBC

Text Example


Text Example

White with #3B6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,110,188); }

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

background-color css

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

 a { background-color: rgb(59,110,188); }

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

border-color css

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

 span { border-color: rgb(59,110,188); }

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