Html Css Color HEX #4381BC Steel Blue

📋 copy color: '#4381BC'

red 67 ◦ green 129 ◦ blue 188

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

Shades of Steel Blue #4381BC

Tints of Steel Blue #4381BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 17.45%
G = 33.59%
B = 48.96%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4381BC (or 0x4381BC) is known color: Steel Blue. HEX triplet: 43, 81 and BC. RGB value is (67,129,188). Sum of RGB (Red+Green+Blue) = 67+129+188=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #4381BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381BC is #BC7E43. Grayscale: #747474. Windows color (decimal): -12353092 or 12353859. OLE color: 12353859.

HSL color Cylindrical-coordinate representation of color #4381BC: hue angle of 209.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4381BC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 129 188 -
CMYK 0.64 0.31 0 0.26
HSL 209.26º 0.47% 0.5% -
HSV(B) 209.26º 0.64% 0.74% -
XYZ 19.24 20.52 50.52 -
YUV 117.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 67 129 188 0.64 0.31 0 0.26 209.26 0.47 0.5
Hex 43 81 BC 40 1F 0 1A D1 2F 32
Octal 103 201 274 100 37 0 32 321 57 62
Binary 1000011 10000001 10111100 1000000 11111 0 11010 11010001 101111 110010

Color Harmonies of #4381BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381BC

Black with #4381BC

Text Example


Text Example

White with #4381BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4381BC; }

 p { color: rgb(67,129,188); }

 H1.HeaderClassName
 {
   color: #4381BC;
 }
 .AnyTagClassName
 {
   color: #4381BC;
 }
</style>

background-color css

<style>
 a { background-color: #4381BC; }

 a { background-color: rgb(67,129,188); }

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

border-color css

<style>
 span { border-color: #4381BC; }

 span { border-color: rgb(67,129,188); }

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