Html Css Color HEX #386EBA Steel Blue

📋 copy color: '#386EBA'

red 56 ◦ green 110 ◦ blue 186

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

Shades of Steel Blue #386EBA

Tints of Steel Blue #386EBA

RGB

 RED value IS 56 (22.27% from 255) = 15.91%

 GREEN value IS 110 (43.36% from 255) = 31.25%

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

R = 15.91%
G = 31.25%
B = 52.84%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#386EBA (or 0x386EBA) is known color: Steel Blue. HEX triplet: 38, 6E and BA. RGB value is (56,110,186). Sum of RGB (Red+Green+Blue) = 56+110+186=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #386EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EBA is #C79145. Grayscale: #666666. Windows color (decimal): -13078854 or 12217912. OLE color: 12217912.

HSL color Cylindrical-coordinate representation of color #386EBA: hue angle of 215.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386EBA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 110 186 -
CMYK 0.70 0.41 0 0.27
HSL 215.08º 0.54% 0.47% -
HSV(B) 215.08º 0.7% 0.73% -
XYZ 16.07 15.54 48.61 -
YUV 102.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 56 110 186 0.70 0.41 0 0.27 215.08 0.54 0.47
Hex 38 6E BA 46 29 0 1B D7 36 2F
Octal 70 156 272 106 51 0 33 327 66 57
Binary 111000 1101110 10111010 1000110 101001 0 11011 11010111 110110 101111

Color Harmonies of #386EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EBA

Black with #386EBA

Text Example


Text Example

White with #386EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386EBA; }

 p { color: rgb(56,110,186); }

 H1.HeaderClassName
 {
   color: #386EBA;
 }
 .AnyTagClassName
 {
   color: #386EBA;
 }
</style>

background-color css

<style>
 a { background-color: #386EBA; }

 a { background-color: rgb(56,110,186); }

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

border-color css

<style>
 span { border-color: #386EBA; }

 span { border-color: rgb(56,110,186); }

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