#38465F

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

Shades of Gulf Blue #38465F

Tints of Gulf Blue #38465F

Color information

#38465F (or 0x38465F) is unknown color: approx Gulf Blue. HEX triplet: 38, 46 and 5F. RGB value is (56,70,95). Sum of RGB (Red+Green+Blue) = 56+70+95=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #38465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465F is #C7B9A0. Grayscale: #444444. Windows color (decimal): -13089185 or 6243896. OLE color: 6243896.

HSL color Cylindrical-coordinate representation of color #38465F: hue angle of 218.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38465F is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB567095-
CMYK0.410.2600.63
HSL218.46º25.83%29.61%-
HSV(B)218.46º41.05%37.25%-
XYZ5.896.0511.68-
YUV68.66142.86118.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=25.34%
G=31.67%
B=42.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5670950.410.2600.63218.4625.8329.61
Hex38465F291A03Fda1a1e
Octal7010613751320773323236
Binary11100010001101011111101001110100111111110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38465F; }

 p { color: rgb(56,70,95); }

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

<style>
 a { background-color: #38465F; }

 a { background-color: rgb(56,70,95); }

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

<style>
 span { border-color: #38465F; }

 span { border-color: rgb(56,70,95); }

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