Html Css Color HEX #294163 Catalina Blue

📋 copy color: '#294163'

red 41 ◦ green 65 ◦ blue 99

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

Shades of Catalina Blue #294163

Tints of Catalina Blue #294163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 20%
G = 31.71%
B = 48.29%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294163 (or 0x294163) is known color: Catalina Blue. HEX triplet: 29, 41 and 63. RGB value is (41,65,99). Sum of RGB (Red+Green+Blue) = 41+65+99=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #294163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294163 is #D6BE9C. Grayscale: #3D3D3D. Windows color (decimal): -14073501 or 6504745. OLE color: 6504745.

HSL color Cylindrical-coordinate representation of color #294163: hue angle of 215.17º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294163 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 65 99 -
CMYK 0.59 0.34 0 0.61
HSL 215.17º 0.41% 0.27% -
HSV(B) 215.17º 0.59% 0.39% -
XYZ 5.06 5.15 12.53 -
YUV 61.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 41 65 99 0.59 0.34 0 0.61 215.17 0.41 0.27
Hex 29 41 63 3B 22 0 3D D7 29 1B
Octal 51 101 143 73 42 0 75 327 51 33
Binary 101001 1000001 1100011 111011 100010 0 111101 11010111 101001 11011

Color Harmonies of #294163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294163

Black with #294163

Text Example


Text Example

White with #294163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294163; }

 p { color: rgb(41,65,99); }

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

background-color css

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

 a { background-color: rgb(41,65,99); }

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

border-color css

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

 span { border-color: rgb(41,65,99); }

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