Html Css Color HEX #293E62 Catalina Blue

📋 copy color: '#293E62'

red 41 ◦ green 62 ◦ blue 98

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

Shades of Catalina Blue #293E62

Tints of Catalina Blue #293E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 20.4%
G = 30.85%
B = 48.76%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293E62 (or 0x293E62) is known color: Catalina Blue. HEX triplet: 29, 3E and 62. RGB value is (41,62,98). Sum of RGB (Red+Green+Blue) = 41+62+98=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #293E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E62 is #D6C19D. Grayscale: #3B3B3B. Windows color (decimal): -14074270 or 6438441. OLE color: 6438441.

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

Color convert

RGB 41 62 98 -
CMYK 0.58 0.37 0 0.62
HSL 217.89º 0.41% 0.27% -
HSV(B) 217.89º 0.58% 0.38% -
XYZ 4.84 4.8 12.23 -
YUV 59.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 41 62 98 0.58 0.37 0 0.62 217.89 0.41 0.27
Hex 29 3E 62 3A 25 0 3E DA 29 1B
Octal 51 76 142 72 45 0 76 332 51 33
Binary 101001 111110 1100010 111010 100101 0 111110 11011010 101001 11011

Color Harmonies of #293E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E62

Black with #293E62

Text Example


Text Example

White with #293E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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