#38435B

Color #38435B Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #38435B

Tints of Gulf Blue #38435B

Color information

#38435B (or 0x38435B) is unknown color: approx Gulf Blue. HEX triplet: 38, 43 and 5B. RGB value is (56,67,91). Sum of RGB (Red+Green+Blue) = 56+67+91=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #38435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38435B is #C7BCA4. Grayscale: #424242. Windows color (decimal): -13089957 or 5980984. OLE color: 5980984.

HSL color Cylindrical-coordinate representation of color #38435B: hue angle of 221.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38435B is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566791-
CMYK0.380.2600.64
HSL221.14º23.81%28.82%-
HSV(B)221.14º38.46%35.69%-
XYZ5.535.6110.69-
YUV66.45141.86120.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=26.17%
G=31.31%
B=42.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5667910.380.2600.64221.1423.8128.82
Hex38435B261A040dd181d
Octal70103133463201003353035
Binary111000100001110110111001101101001000000110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38435B; }

 p { color: rgb(56,67,91); }

 H1.HeaderClassName
 {
   color: #38435B;
 }
 .AnyTagClassName
 {
   color: #38435B;
 }
</style>
background-color css

<style>
 a { background-color: #38435B; }

 a { background-color: rgb(56,67,91); }

 div.DivClassName
 {
   background-color: #38435B;
 }
 .BgClassName
 {
   background-color: #38435B;
 }
</style>
border-color css

<style>
 span { border-color: #38435B; }

 span { border-color: rgb(56,67,91); }

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