#38455D

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

Shades of Gulf Blue #38455D

Tints of Gulf Blue #38455D

Color information

#38455D (or 0x38455D) is unknown color: approx Gulf Blue. HEX triplet: 38, 45 and 5D. RGB value is (56,69,93). Sum of RGB (Red+Green+Blue) = 56+69+93=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #38455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455D is #C7BAA2. Grayscale: #434343. Windows color (decimal): -13089443 or 6112568. OLE color: 6112568.

HSL color Cylindrical-coordinate representation of color #38455D: hue angle of 218.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38455D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566993-
CMYK0.400.2600.64
HSL218.92º24.83%29.22%-
HSV(B)218.92º39.78%36.47%-
XYZ5.735.8911.19-
YUV67.85142.19119.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=25.69%
G=31.65%
B=42.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5669930.400.2600.64218.9224.8329.22
Hex38455D281A040db191d
Octal70105135503201003333135
Binary111000100010110111011010001101001000000110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38455D; }

 p { color: rgb(56,69,93); }

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

<style>
 a { background-color: #38455D; }

 a { background-color: rgb(56,69,93); }

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

<style>
 span { border-color: #38455D; }

 span { border-color: rgb(56,69,93); }

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