Html Css Color HEX #294169 Catalina Blue

📋 copy color: '#294169'

red 41 ◦ green 65 ◦ blue 105

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

Shades of Catalina Blue #294169

Tints of Catalina Blue #294169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 19.43%
G = 30.81%
B = 49.76%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294169 (or 0x294169) is known color: Catalina Blue. HEX triplet: 29, 41 and 69. RGB value is (41,65,105). Sum of RGB (Red+Green+Blue) = 41+65+105=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #294169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294169 is #D6BE96. Grayscale: #3E3E3E. Windows color (decimal): -14073495 or 6897961. OLE color: 6897961.

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

Color convert

RGB 41 65 105 -
CMYK 0.61 0.38 0 0.59
HSL 217.5º 0.44% 0.29% -
HSV(B) 217.5º 0.61% 0.41% -
XYZ 5.35 5.27 14.1 -
YUV 62.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 41 65 105 0.61 0.38 0 0.59 217.5 0.44 0.29
Hex 29 41 69 3D 26 0 3B DA 2C 1D
Octal 51 101 151 75 46 0 73 332 54 35
Binary 101001 1000001 1101001 111101 100110 0 111011 11011010 101100 11101

Color Harmonies of #294169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294169

Black with #294169

Text Example


Text Example

White with #294169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294169; }

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

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

background-color css

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

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

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

border-color css

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

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

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