Html Css Color HEX #293E54 Catalina Blue

📋 copy color: '#293E54'

red 41 ◦ green 62 ◦ blue 84

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

Shades of Catalina Blue #293E54

Tints of Catalina Blue #293E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 21.93%
G = 33.16%
B = 44.92%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293E54 (or 0x293E54) is known color: Catalina Blue. HEX triplet: 29, 3E and 54. RGB value is (41,62,84). Sum of RGB (Red+Green+Blue) = 41+62+84=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #293E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E54 is #D6C1AB. Grayscale: #3A3A3A. Windows color (decimal): -14074284 or 5520937. OLE color: 5520937.

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

Color convert

RGB 41 62 84 -
CMYK 0.51 0.26 0 0.67
HSL 210.7º 0.34% 0.25% -
HSV(B) 210.7º 0.51% 0.33% -
XYZ 4.24 4.56 9.04 -
YUV 58.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 41 62 84 0.51 0.26 0 0.67 210.7 0.34 0.25
Hex 29 3E 54 33 1A 0 43 D3 22 19
Octal 51 76 124 63 32 0 103 323 42 31
Binary 101001 111110 1010100 110011 11010 0 1000011 11010011 100010 11001

Color Harmonies of #293E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E54

Black with #293E54

Text Example


Text Example

White with #293E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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