Html Css Color HEX #4385AE Steel Blue

📋 copy color: '#4385AE'

red 67 ◦ green 133 ◦ blue 174

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

Shades of Steel Blue #4385AE

Tints of Steel Blue #4385AE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 17.91%
G = 35.56%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4385AE (or 0x4385AE) is known color: Steel Blue. HEX triplet: 43, 85 and AE. RGB value is (67,133,174). Sum of RGB (Red+Green+Blue) = 67+133+174=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4385AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4385AE is #BC7A51. Grayscale: #757575. Windows color (decimal): -12352082 or 11437379. OLE color: 11437379.

HSL color Cylindrical-coordinate representation of color #4385AE: hue angle of 202.99º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4385AE is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 133 174 -
CMYK 0.61 0.24 0 0.32
HSL 202.99º 0.44% 0.47% -
HSV(B) 202.99º 0.61% 0.68% -
XYZ 18.34 21.02 43.14 -
YUV 117.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 67 133 174 0.61 0.24 0 0.32 202.99 0.44 0.47
Hex 43 85 AE 3D 18 0 20 CB 2C 2F
Octal 103 205 256 75 30 0 40 313 54 57
Binary 1000011 10000101 10101110 111101 11000 0 100000 11001011 101100 101111

Color Harmonies of #4385AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385AE

Black with #4385AE

Text Example


Text Example

White with #4385AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4385AE; }

 p { color: rgb(67,133,174); }

 H1.HeaderClassName
 {
   color: #4385AE;
 }
 .AnyTagClassName
 {
   color: #4385AE;
 }
</style>

background-color css

<style>
 a { background-color: #4385AE; }

 a { background-color: rgb(67,133,174); }

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

border-color css

<style>
 span { border-color: #4385AE; }

 span { border-color: rgb(67,133,174); }

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