#383F5A

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

Shades of Gulf Blue #383F5A

Tints of Gulf Blue #383F5A

Color information

#383F5A (or 0x383F5A) is unknown color: approx Gulf Blue. HEX triplet: 38, 3F and 5A. RGB value is (56,63,90). Sum of RGB (Red+Green+Blue) = 56+63+90=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #383F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F5A is #C7C0A5. Grayscale: #3F3F3F. Windows color (decimal): -13090982 or 5914424. OLE color: 5914424.

HSL color Cylindrical-coordinate representation of color #383F5A: hue angle of 227.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383F5A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB566390-
CMYK0.380.3000.65
HSL227.65º23.29%28.63%-
HSV(B)227.65º37.78%35.29%-
XYZ5.255.1310.39-
YUV63.98142.68122.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=26.79%
G=30.14%
B=43.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5663900.380.3000.65227.6523.2928.63
Hex383F5A261E041e4171d
Octal7077132463601013442735
Binary11100011111110110101001101111001000001111001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,90); }

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

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

 a { background-color: rgb(56,63,90); }

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

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

 span { border-color: rgb(56,63,90); }

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