#383D56

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

Shades of Gulf Blue #383D56

Tints of Gulf Blue #383D56

Color information

#383D56 (or 0x383D56) is unknown color: approx Gulf Blue. HEX triplet: 38, 3D and 56. RGB value is (56,61,86). Sum of RGB (Red+Green+Blue) = 56+61+86=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #383D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D56 is #C7C2A9. Grayscale: #3E3E3E. Windows color (decimal): -13091498 or 5651768. OLE color: 5651768.

HSL color Cylindrical-coordinate representation of color #383D56: hue angle of 230º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383D56 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566186-
CMYK0.350.2900.66
HSL230º21.13%27.84%-
HSV(B)230º34.88%33.73%-
XYZ4.984.859.48-
YUV62.36141.34123.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=27.59%
G=30.05%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5661860.350.2900.6623021.1327.84
Hex383D56231D042e6151c
Octal7075126433501023462534
Binary11100011110110101101000111110101000010111001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383D56; }

 p { color: rgb(56,61,86); }

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

<style>
 a { background-color: #383D56; }

 a { background-color: rgb(56,61,86); }

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

<style>
 span { border-color: #383D56; }

 span { border-color: rgb(56,61,86); }

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