#293B57

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

Shades of Catalina Blue #293B57

Tints of Catalina Blue #293B57

Color information

#293B57 (or 0x293B57) is unknown color: approx Catalina Blue. HEX triplet: 29, 3B and 57. RGB value is (41,59,87). Sum of RGB (Red+Green+Blue) = 41+59+87=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #293B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B57 is #D6C4A8. Grayscale: #383838. Windows color (decimal): -14075049 or 5716777. OLE color: 5716777.

HSL color Cylindrical-coordinate representation of color #293B57: hue angle of 216.52º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293B57 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415987-
CMYK0.530.3200.66
HSL216.52º35.94%25.1%-
HSV(B)216.52º52.87%34.12%-
XYZ4.24.299.62-
YUV56.81145.04116.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=21.93%
G=31.55%
B=46.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4159870.530.3200.66216.5235.9425.1
Hex293B573520042d92419
Octal5173127654001023314431
Binary1010011110111010111110101100000010000101101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293B57; }

 p { color: rgb(41,59,87); }

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

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

 a { background-color: rgb(41,59,87); }

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

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

 span { border-color: rgb(41,59,87); }

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