Html Css Color HEX #4372BA Steel Blue

📋 copy color: '#4372BA'

red 67 ◦ green 114 ◦ blue 186

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

Shades of Steel Blue #4372BA

Tints of Steel Blue #4372BA

RGB

 RED value IS 67 (26.56% from 255) = 18.26%

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 18.26%
G = 31.06%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4372BA (or 0x4372BA) is known color: Steel Blue. HEX triplet: 43, 72 and BA. RGB value is (67,114,186). Sum of RGB (Red+Green+Blue) = 67+114+186=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #4372BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372BA is #BC8D45. Grayscale: #6B6B6B. Windows color (decimal): -12356934 or 12218947. OLE color: 12218947.

HSL color Cylindrical-coordinate representation of color #4372BA: hue angle of 216.3º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4372BA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 114 186 -
CMYK 0.64 0.39 0 0.27
HSL 216.3º 0.47% 0.5% -
HSV(B) 216.3º 0.64% 0.73% -
XYZ 17.19 16.77 48.79 -
YUV 108.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 67 114 186 0.64 0.39 0 0.27 216.3 0.47 0.5
Hex 43 72 BA 40 27 0 1B D8 2F 32
Octal 103 162 272 100 47 0 33 330 57 62
Binary 1000011 1110010 10111010 1000000 100111 0 11011 11011000 101111 110010

Color Harmonies of #4372BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4372BA

Black with #4372BA

Text Example


Text Example

White with #4372BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4372BA; }

 p { color: rgb(67,114,186); }

 H1.HeaderClassName
 {
   color: #4372BA;
 }
 .AnyTagClassName
 {
   color: #4372BA;
 }
</style>

background-color css

<style>
 a { background-color: #4372BA; }

 a { background-color: rgb(67,114,186); }

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

border-color css

<style>
 span { border-color: #4372BA; }

 span { border-color: rgb(67,114,186); }

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