Html Css Color HEX #293A58 Catalina Blue

📋 copy color: '#293A58'

red 41 ◦ green 58 ◦ blue 88

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

Shades of Catalina Blue #293A58

Tints of Catalina Blue #293A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 21.93%
G = 31.02%
B = 47.06%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293A58 (or 0x293A58) is known color: Catalina Blue. HEX triplet: 29, 3A and 58. RGB value is (41,58,88). Sum of RGB (Red+Green+Blue) = 41+58+88=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #293A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A58 is #D6C5A7. Grayscale: #383838. Windows color (decimal): -14075304 or 5782057. OLE color: 5782057.

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

Color convert

RGB 41 58 88 -
CMYK 0.53 0.34 0 0.65
HSL 218.3º 0.36% 0.25% -
HSV(B) 218.3º 0.53% 0.35% -
XYZ 4.19 4.2 9.82 -
YUV 56.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 41 58 88 0.53 0.34 0 0.65 218.3 0.36 0.25
Hex 29 3A 58 35 22 0 41 DA 24 19
Octal 51 72 130 65 42 0 101 332 44 31
Binary 101001 111010 1011000 110101 100010 0 1000001 11011010 100100 11001

Color Harmonies of #293A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A58

Black with #293A58

Text Example


Text Example

White with #293A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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