#293962

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

Shades of Gulf Blue #293962

Tints of Gulf Blue #293962

Color information

#293962 (or 0x293962) is unknown color: approx Gulf Blue. HEX triplet: 29, 39 and 62. RGB value is (41,57,98). Sum of RGB (Red+Green+Blue) = 41+57+98=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #293962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293962 is #D6C69D. Grayscale: #383838. Windows color (decimal): -14075550 or 6437161. OLE color: 6437161.

HSL color Cylindrical-coordinate representation of color #293962: hue angle of 223.16º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293962 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415798-
CMYK0.580.4200.62
HSL223.16º41.01%27.25%-
HSV(B)223.16º58.16%38.43%-
XYZ4.584.2812.14-
YUV56.89151.2116.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 98 (38.67% from 255) = 50%
R=20.92%
G=29.08%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4157980.580.4200.62223.1641.0127.25
Hex2939623A2A03Edf291b
Octal517114272520763375133
Binary101001111001110001011101010101001111101101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293962; }

 p { color: rgb(41,57,98); }

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

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

 a { background-color: rgb(41,57,98); }

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

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

 span { border-color: rgb(41,57,98); }

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