Html Css Color HEX #293C61 Catalina Blue

📋 copy color: '#293C61'

red 41 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #293C61

Tints of Catalina Blue #293C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 20.71%
G = 30.3%
B = 48.99%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293C61 (or 0x293C61) is known color: Catalina Blue. HEX triplet: 29, 3C and 61. RGB value is (41,60,97). Sum of RGB (Red+Green+Blue) = 41+60+97=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #293C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C61 is #D6C39E. Grayscale: #3A3A3A. Windows color (decimal): -14074783 or 6372393. OLE color: 6372393.

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

Color convert

RGB 41 60 97 -
CMYK 0.58 0.38 0 0.62
HSL 219.64º 0.41% 0.27% -
HSV(B) 219.64º 0.58% 0.38% -
XYZ 4.69 4.57 11.94 -
YUV 58.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 41 60 97 0.58 0.38 0 0.62 219.64 0.41 0.27
Hex 29 3C 61 3A 26 0 3E DC 29 1B
Octal 51 74 141 72 46 0 76 334 51 33
Binary 101001 111100 1100001 111010 100110 0 111110 11011100 101001 11011

Color Harmonies of #293C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C61

Black with #293C61

Text Example


Text Example

White with #293C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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