Html Css Color HEX #293E60 Catalina Blue

📋 copy color: '#293E60'

red 41 ◦ green 62 ◦ blue 96

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

Shades of Catalina Blue #293E60

Tints of Catalina Blue #293E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.16%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 20.6%
G = 31.16%
B = 48.24%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293E60 (or 0x293E60) is known color: Catalina Blue. HEX triplet: 29, 3E and 60. RGB value is (41,62,96). Sum of RGB (Red+Green+Blue) = 41+62+96=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #293E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E60 is #D6C19F. Grayscale: #3B3B3B. Windows color (decimal): -14074272 or 6307369. OLE color: 6307369.

HSL color Cylindrical-coordinate representation of color #293E60: hue angle of 217.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293E60 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 62 96 -
CMYK 0.57 0.35 0 0.62
HSL 217.09º 0.4% 0.27% -
HSV(B) 217.09º 0.57% 0.38% -
XYZ 4.75 4.76 11.74 -
YUV 59.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 41 62 96 0.57 0.35 0 0.62 217.09 0.4 0.27
Hex 29 3E 60 39 23 0 3E D9 28 1B
Octal 51 76 140 71 43 0 76 331 50 33
Binary 101001 111110 1100000 111001 100011 0 111110 11011001 101000 11011

Color Harmonies of #293E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E60

Black with #293E60

Text Example


Text Example

White with #293E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,96); }

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

background-color css

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

 a { background-color: rgb(41,62,96); }

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

border-color css

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

 span { border-color: rgb(41,62,96); }

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