#38455C

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

Shades of Gulf Blue #38455C

Tints of Gulf Blue #38455C

Color information

#38455C (or 0x38455C) is unknown color: approx Gulf Blue. HEX triplet: 38, 45 and 5C. RGB value is (56,69,92). Sum of RGB (Red+Green+Blue) = 56+69+92=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #38455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455C is #C7BAA3. Grayscale: #434343. Windows color (decimal): -13089444 or 6047032. OLE color: 6047032.

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

Color convert

RGB566992-
CMYK0.390.2500.64
HSL218.33º24.32%29.02%-
HSV(B)218.33º39.13%36.08%-
XYZ5.695.8710.96-
YUV67.74141.69119.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=25.81%
G=31.80%
B=42.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5669920.390.2500.64218.3324.3229.02
Hex38455C2719040da181d
Octal70105134473101003323035
Binary111000100010110111001001111100101000000110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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