Html Css Color HEX #293D61 Catalina Blue

📋 copy color: '#293D61'

red 41 ◦ green 61 ◦ blue 97

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

Shades of Catalina Blue #293D61

Tints of Catalina Blue #293D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 20.6%
G = 30.65%
B = 48.74%

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

#293D61 (or 0x293D61) is known color: Catalina Blue. HEX triplet: 29, 3D and 61. RGB value is (41,61,97). Sum of RGB (Red+Green+Blue) = 41+61+97=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #293D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D61 is #D6C29E. Grayscale: #3A3A3A. Windows color (decimal): -14074527 or 6372649. OLE color: 6372649.

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

Color convert

RGB 41 61 97 -
CMYK 0.58 0.37 0 0.62
HSL 218.57º 0.41% 0.27% -
HSV(B) 218.57º 0.58% 0.38% -
XYZ 4.74 4.67 11.96 -
YUV 59.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 41 61 97 0.58 0.37 0 0.62 218.57 0.41 0.27
Hex 29 3D 61 3A 25 0 3E DB 29 1B
Octal 51 75 141 72 45 0 76 333 51 33
Binary 101001 111101 1100001 111010 100101 0 111110 11011011 101001 11011

Color Harmonies of #293D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D61

Black with #293D61

Text Example


Text Example

White with #293D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,97); }

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

background-color css

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

 a { background-color: rgb(41,61,97); }

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

border-color css

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

 span { border-color: rgb(41,61,97); }

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