Html Css Color HEX #293A59 Catalina Blue

📋 copy color: '#293A59'

red 41 ◦ green 58 ◦ blue 89

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

Shades of Catalina Blue #293A59

Tints of Catalina Blue #293A59

RGB

 RED value IS 41 (16.41% from 255) = 21.81%

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 21.81%
G = 30.85%
B = 47.34%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293A59 (or 0x293A59) is known color: Catalina Blue. HEX triplet: 29, 3A and 59. RGB value is (41,58,89). Sum of RGB (Red+Green+Blue) = 41+58+89=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #293A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A59 is #D6C5A6. Grayscale: #383838. Windows color (decimal): -14075303 or 5847593. OLE color: 5847593.

HSL color Cylindrical-coordinate representation of color #293A59: hue angle of 218.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293A59 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 58 89 -
CMYK 0.54 0.35 0 0.65
HSL 218.75º 0.37% 0.25% -
HSV(B) 218.75º 0.54% 0.35% -
XYZ 4.23 4.22 10.04 -
YUV 56.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 41 58 89 0.54 0.35 0 0.65 218.75 0.37 0.25
Hex 29 3A 59 36 23 0 41 DB 25 19
Octal 51 72 131 66 43 0 101 333 45 31
Binary 101001 111010 1011001 110110 100011 0 1000001 11011011 100101 11001

Color Harmonies of #293A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A59

Black with #293A59

Text Example


Text Example

White with #293A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,89); }

 H1.HeaderClassName
 {
   color: #293A59;
 }
 .AnyTagClassName
 {
   color: #293A59;
 }
</style>

background-color css

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

 a { background-color: rgb(41,58,89); }

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

border-color css

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

 span { border-color: rgb(41,58,89); }

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