#38415C

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

Shades of Gulf Blue #38415C

Tints of Gulf Blue #38415C

Color information

#38415C (or 0x38415C) is unknown color: approx Gulf Blue. HEX triplet: 38, 41 and 5C. RGB value is (56,65,92). Sum of RGB (Red+Green+Blue) = 56+65+92=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #38415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415C is #C7BEA3. Grayscale: #414141. Windows color (decimal): -13090468 or 6046008. OLE color: 6046008.

HSL color Cylindrical-coordinate representation of color #38415C: hue angle of 225º 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 #38415C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566592-
CMYK0.390.2900.64
HSL225º24.32%29.02%-
HSV(B)225º39.13%36.08%-
XYZ5.455.3910.88-
YUV65.39143.02121.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=26.29%
G=30.52%
B=43.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5665920.390.2900.6422524.3229.02
Hex38415C271D040e1181d
Octal70101134473501003413035
Binary111000100000110111001001111110101000000111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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