Html Css Color HEX #293A62 Catalina Blue

📋 copy color: '#293A62'

red 41 ◦ green 58 ◦ blue 98

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

Shades of Catalina Blue #293A62

Tints of Catalina Blue #293A62

RGB

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

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

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

R = 20.81%
G = 29.44%
B = 49.75%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293A62 (or 0x293A62) is known color: Catalina Blue. HEX triplet: 29, 3A and 62. RGB value is (41,58,98). Sum of RGB (Red+Green+Blue) = 41+58+98=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #293A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A62 is #D6C59D. Grayscale: #393939. Windows color (decimal): -14075294 or 6437417. OLE color: 6437417.

HSL color Cylindrical-coordinate representation of color #293A62: hue angle of 222.11º 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 #293A62 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 58 98 -
CMYK 0.58 0.41 0 0.62
HSL 222.11º 0.41% 0.27% -
HSV(B) 222.11º 0.58% 0.38% -
XYZ 4.63 4.38 12.16 -
YUV 57.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 41 58 98 0.58 0.41 0 0.62 222.11 0.41 0.27
Hex 29 3A 62 3A 29 0 3E DE 29 1B
Octal 51 72 142 72 51 0 76 336 51 33
Binary 101001 111010 1100010 111010 101001 0 111110 11011110 101001 11011

Color Harmonies of #293A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A62

Black with #293A62

Text Example


Text Example

White with #293A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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