Html Css Color HEX #293E58 Catalina Blue

📋 copy color: '#293E58'

red 41 ◦ green 62 ◦ blue 88

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

Shades of Catalina Blue #293E58

Tints of Catalina Blue #293E58

RGB

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

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

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

R = 21.47%
G = 32.46%
B = 46.07%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293E58 (or 0x293E58) is known color: Catalina Blue. HEX triplet: 29, 3E and 58. RGB value is (41,62,88). Sum of RGB (Red+Green+Blue) = 41+62+88=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #293E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E58 is #D6C1A7. Grayscale: #3A3A3A. Windows color (decimal): -14074280 or 5783081. OLE color: 5783081.

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

Color convert

RGB 41 62 88 -
CMYK 0.53 0.30 0 0.65
HSL 213.19º 0.36% 0.25% -
HSV(B) 213.19º 0.53% 0.35% -
XYZ 4.4 4.62 9.89 -
YUV 58.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 41 62 88 0.53 0.30 0 0.65 213.19 0.36 0.25
Hex 29 3E 58 35 1E 0 41 D5 24 19
Octal 51 76 130 65 36 0 101 325 44 31
Binary 101001 111110 1011000 110101 11110 0 1000001 11010101 100100 11001

Color Harmonies of #293E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E58

Black with #293E58

Text Example


Text Example

White with #293E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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