Html Css Color HEX #3B72BD Steel Blue

📋 copy color: '#3B72BD'

red 59 ◦ green 114 ◦ blue 189

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

Shades of Steel Blue #3B72BD

Tints of Steel Blue #3B72BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 16.3%
G = 31.49%
B = 52.21%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B72BD (or 0x3B72BD) is known color: Steel Blue. HEX triplet: 3B, 72 and BD. RGB value is (59,114,189). Sum of RGB (Red+Green+Blue) = 59+114+189=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B72BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B72BD is #C48D42. Grayscale: #696969. Windows color (decimal): -12881219 or 12415547. OLE color: 12415547.

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

Color convert

RGB 59 114 189 -
CMYK 0.69 0.40 0 0.26
HSL 214.62º 0.52% 0.49% -
HSV(B) 214.62º 0.69% 0.74% -
XYZ 17.01 16.64 50.46 -
YUV 106.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 59 114 189 0.69 0.40 0 0.26 214.62 0.52 0.49
Hex 3B 72 BD 45 28 0 1A D7 34 31
Octal 73 162 275 105 50 0 32 327 64 61
Binary 111011 1110010 10111101 1000101 101000 0 11010 11010111 110100 110001

Color Harmonies of #3B72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B72BD

Black with #3B72BD

Text Example


Text Example

White with #3B72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,189); }

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

background-color css

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

 a { background-color: rgb(59,114,189); }

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

border-color css

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

 span { border-color: rgb(59,114,189); }

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