Html Css Color HEX #294269 Catalina Blue

📋 copy color: '#294269'

red 41 ◦ green 66 ◦ blue 105

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

Shades of Catalina Blue #294269

Tints of Catalina Blue #294269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 19.34%
G = 31.13%
B = 49.53%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294269 (or 0x294269) is known color: Catalina Blue. HEX triplet: 29, 42 and 69. RGB value is (41,66,105). Sum of RGB (Red+Green+Blue) = 41+66+105=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #294269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294269 is #D6BD96. Grayscale: #3E3E3E. Windows color (decimal): -14073239 or 6898217. OLE color: 6898217.

HSL color Cylindrical-coordinate representation of color #294269: hue angle of 216.56º 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 #294269 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 66 105 -
CMYK 0.61 0.37 0 0.59
HSL 216.56º 0.44% 0.29% -
HSV(B) 216.56º 0.61% 0.41% -
XYZ 5.41 5.39 14.12 -
YUV 62.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 41 66 105 0.61 0.37 0 0.59 216.56 0.44 0.29
Hex 29 42 69 3D 25 0 3B D9 2C 1D
Octal 51 102 151 75 45 0 73 331 54 35
Binary 101001 1000010 1101001 111101 100101 0 111011 11011001 101100 11101

Color Harmonies of #294269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294269

Black with #294269

Text Example


Text Example

White with #294269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294269; }

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

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

background-color css

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

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

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

border-color css

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

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

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