Html Css Color HEX #293C59 Catalina Blue

📋 copy color: '#293C59'

red 41 ◦ green 60 ◦ blue 89

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

Shades of Catalina Blue #293C59

Tints of Catalina Blue #293C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

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

R = 21.58%
G = 31.58%
B = 46.84%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293C59 (or 0x293C59) is known color: Catalina Blue. HEX triplet: 29, 3C and 59. RGB value is (41,60,89). Sum of RGB (Red+Green+Blue) = 41+60+89=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #293C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C59 is #D6C3A6. Grayscale: #393939. Windows color (decimal): -14074791 or 5848105. OLE color: 5848105.

HSL color Cylindrical-coordinate representation of color #293C59: hue angle of 216.25º 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 #293C59 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 60 89 -
CMYK 0.54 0.33 0 0.65
HSL 216.25º 0.37% 0.25% -
HSV(B) 216.25º 0.54% 0.35% -
XYZ 4.33 4.42 10.08 -
YUV 57.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 41 60 89 0.54 0.33 0 0.65 216.25 0.37 0.25
Hex 29 3C 59 36 21 0 41 D8 25 19
Octal 51 74 131 66 41 0 101 330 45 31
Binary 101001 111100 1011001 110110 100001 0 1000001 11011000 100101 11001

Color Harmonies of #293C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C59

Black with #293C59

Text Example


Text Example

White with #293C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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