Html Css Color HEX #293C60 Catalina Blue

📋 copy color: '#293C60'

red 41 ◦ green 60 ◦ blue 96

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

Shades of Catalina Blue #293C60

Tints of Catalina Blue #293C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 20.81%
G = 30.46%
B = 48.73%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293C60 (or 0x293C60) is known color: Catalina Blue. HEX triplet: 29, 3C and 60. RGB value is (41,60,96). Sum of RGB (Red+Green+Blue) = 41+60+96=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #293C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C60 is #D6C39F. Grayscale: #3A3A3A. Windows color (decimal): -14074784 or 6306857. OLE color: 6306857.

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

Color convert

RGB 41 60 96 -
CMYK 0.57 0.38 0 0.62
HSL 219.27º 0.4% 0.27% -
HSV(B) 219.27º 0.57% 0.38% -
XYZ 4.64 4.55 11.7 -
YUV 58.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 41 60 96 0.57 0.38 0 0.62 219.27 0.4 0.27
Hex 29 3C 60 39 26 0 3E DB 28 1B
Octal 51 74 140 71 46 0 76 333 50 33
Binary 101001 111100 1100000 111001 100110 0 111110 11011011 101000 11011

Color Harmonies of #293C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C60

Black with #293C60

Text Example


Text Example

White with #293C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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