#38415D

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

Shades of Gulf Blue #38415D

Tints of Gulf Blue #38415D

Color information

#38415D (or 0x38415D) is unknown color: approx Gulf Blue. HEX triplet: 38, 41 and 5D. RGB value is (56,65,93). Sum of RGB (Red+Green+Blue) = 56+65+93=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #38415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415D is #C7BEA2. Grayscale: #414141. Windows color (decimal): -13090467 or 6111544. OLE color: 6111544.

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

Color convert

RGB566593-
CMYK0.400.3000.64
HSL225.41º24.83%29.22%-
HSV(B)225.41º39.78%36.47%-
XYZ5.55.4111.11-
YUV65.5143.52121.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=26.17%
G=30.37%
B=43.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5665930.400.3000.64225.4124.8329.22
Hex38415D281E040e1191d
Octal70101135503601003413135
Binary111000100000110111011010001111001000000111000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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