Html Css Color HEX #293E55 Catalina Blue

📋 copy color: '#293E55'

red 41 ◦ green 62 ◦ blue 85

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

Shades of Catalina Blue #293E55

Tints of Catalina Blue #293E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 21.81%
G = 32.98%
B = 45.21%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293E55 (or 0x293E55) is known color: Catalina Blue. HEX triplet: 29, 3E and 55. RGB value is (41,62,85). Sum of RGB (Red+Green+Blue) = 41+62+85=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #293E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E55 is #D6C1AA. Grayscale: #3A3A3A. Windows color (decimal): -14074283 or 5586473. OLE color: 5586473.

HSL color Cylindrical-coordinate representation of color #293E55: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293E55 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 62 85 -
CMYK 0.52 0.27 0 0.67
HSL 211.36º 0.35% 0.25% -
HSV(B) 211.36º 0.52% 0.33% -
XYZ 4.28 4.57 9.25 -
YUV 58.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 41 62 85 0.52 0.27 0 0.67 211.36 0.35 0.25
Hex 29 3E 55 34 1B 0 43 D3 23 19
Octal 51 76 125 64 33 0 103 323 43 31
Binary 101001 111110 1010101 110100 11011 0 1000011 11010011 100011 11001

Color Harmonies of #293E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E55

Black with #293E55

Text Example


Text Example

White with #293E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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