Html Css Color HEX #3B6DC0 Steel Blue

📋 copy color: '#3B6DC0'

red 59 ◦ green 109 ◦ blue 192

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

Shades of Steel Blue #3B6DC0

Tints of Steel Blue #3B6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 16.39%
G = 30.28%
B = 53.33%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B6DC0 (or 0x3B6DC0) is known color: Steel Blue. HEX triplet: 3B, 6D and C0. RGB value is (59,109,192). Sum of RGB (Red+Green+Blue) = 59+109+192=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B6DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6DC0 is #C4923F. Grayscale: #676767. Windows color (decimal): -12882496 or 12610875. OLE color: 12610875.

HSL color Cylindrical-coordinate representation of color #3B6DC0: hue angle of 217.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B6DC0 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 109 192 -
CMYK 0.69 0.43 0 0.25
HSL 217.44º 0.53% 0.49% -
HSV(B) 217.44º 0.69% 0.75% -
XYZ 16.79 15.67 52.01 -
YUV 103.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 59 109 192 0.69 0.43 0 0.25 217.44 0.53 0.49
Hex 3B 6D C0 45 2B 0 19 D9 35 31
Octal 73 155 300 105 53 0 31 331 65 61
Binary 111011 1101101 11000000 1000101 101011 0 11001 11011001 110101 110001

Color Harmonies of #3B6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6DC0

Black with #3B6DC0

Text Example


Text Example

White with #3B6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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