#293761

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

Shades of Gulf Blue #293761

Tints of Gulf Blue #293761

Color information

#293761 (or 0x293761) is unknown color: approx Gulf Blue. HEX triplet: 29, 37 and 61. RGB value is (41,55,97). Sum of RGB (Red+Green+Blue) = 41+55+97=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #293761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293761 is #D6C89E. Grayscale: #373737. Windows color (decimal): -14076063 or 6371113. OLE color: 6371113.

HSL color Cylindrical-coordinate representation of color #293761: hue angle of 225º 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 #293761 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415597-
CMYK0.580.4300.62
HSL225º40.58%27.06%-
HSV(B)225º57.73%38.04%-
XYZ4.444.0711.86-
YUV55.6151.36117.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=21.24%
G=28.50%
B=50.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4155970.580.4300.6222540.5827.06
Hex2937613A2B03Ee1291b
Octal516714172530763415133
Binary101001110111110000111101010101101111101110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293761; }

 p { color: rgb(41,55,97); }

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

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

 a { background-color: rgb(41,55,97); }

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

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

 span { border-color: rgb(41,55,97); }

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