Html Css Color HEX #293B57 Catalina Blue

📋 copy color: '#293B57'

red 41 ◦ green 59 ◦ blue 87

#293B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #293B57

Tints of Catalina Blue #293B57

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 value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293B57 (or 0x293B57) is known color: 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

RGB 41 59 87 -
CMYK 0.53 0.32 0 0.66
HSL 216.52º 0.36% 0.25% -
HSV(B) 216.52º 0.53% 0.34% -
XYZ 4.2 4.29 9.62 -
YUV 56.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 41 59 87 0.53 0.32 0 0.66 216.52 0.36 0.25
Hex 29 3B 57 35 20 0 42 D9 24 19
Octal 51 73 127 65 40 0 102 331 44 31
Binary 101001 111011 1010111 110101 100000 0 1000010 11011001 100100 11001

Color Harmonies of #293B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B57

Black with #293B57

Text Example


Text Example

White with #293B57

Text Example


Text Example

HTML Codes & Css Web 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>