#39405B

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

Shades of Gulf Blue #39405B

Tints of Gulf Blue #39405B

Color information

#39405B (or 0x39405B) is unknown color: approx Gulf Blue. HEX triplet: 39, 40 and 5B. RGB value is (57,64,91). Sum of RGB (Red+Green+Blue) = 57+64+91=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #39405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39405B is #C6BFA4. Grayscale: #404040. Windows color (decimal): -13025189 or 5980217. OLE color: 5980217.

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

Color convert

RGB576491-
CMYK0.370.3000.64
HSL227.65º22.97%29.02%-
HSV(B)227.65º37.36%35.69%-
XYZ5.415.2910.63-
YUV64.98142.68122.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=26.89%
G=30.19%
B=42.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5764910.370.3000.64227.6522.9729.02
Hex39405B251E040e4171d
Octal71100133453601003442735
Binary111001100000010110111001011111001000000111001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,64,91); }

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

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

 a { background-color: rgb(57,64,91); }

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

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

 span { border-color: rgb(57,64,91); }

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