#38445B

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

Shades of Gulf Blue #38445B

Tints of Gulf Blue #38445B

Color information

#38445B (or 0x38445B) is unknown color: approx Gulf Blue. HEX triplet: 38, 44 and 5B. RGB value is (56,68,91). Sum of RGB (Red+Green+Blue) = 56+68+91=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #38445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38445B is #C7BBA4. Grayscale: #424242. Windows color (decimal): -13089701 or 5981240. OLE color: 5981240.

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

Color convert

RGB566891-
CMYK0.380.2500.64
HSL219.43º23.81%28.82%-
HSV(B)219.43º38.46%35.69%-
XYZ5.595.7310.71-
YUV67.03141.52120.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=26.05%
G=31.63%
B=42.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5668910.380.2500.64219.4323.8128.82
Hex38445B2619040db181d
Octal70104133463101003333035
Binary111000100010010110111001101100101000000110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38445B; }

 p { color: rgb(56,68,91); }

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

<style>
 a { background-color: #38445B; }

 a { background-color: rgb(56,68,91); }

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

<style>
 span { border-color: #38445B; }

 span { border-color: rgb(56,68,91); }

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