Html Css Color HEX #294569 Catalina Blue

📋 copy color: '#294569'

red 41 ◦ green 69 ◦ blue 105

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

Shades of Catalina Blue #294569

Tints of Catalina Blue #294569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 19.07%
G = 32.09%
B = 48.84%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294569 (or 0x294569) is known color: Catalina Blue. HEX triplet: 29, 45 and 69. RGB value is (41,69,105). Sum of RGB (Red+Green+Blue) = 41+69+105=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #294569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294569 is #D6BA96. Grayscale: #404040. Windows color (decimal): -14072471 or 6898985. OLE color: 6898985.

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

Color convert

RGB 41 69 105 -
CMYK 0.61 0.34 0 0.59
HSL 213.75º 0.44% 0.29% -
HSV(B) 213.75º 0.61% 0.41% -
XYZ 5.59 5.75 14.18 -
YUV 64.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 41 69 105 0.61 0.34 0 0.59 213.75 0.44 0.29
Hex 29 45 69 3D 22 0 3B D6 2C 1D
Octal 51 105 151 75 42 0 73 326 54 35
Binary 101001 1000101 1101001 111101 100010 0 111011 11010110 101100 11101

Color Harmonies of #294569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294569

Black with #294569

Text Example


Text Example

White with #294569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294569; }

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

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

background-color css

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

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

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

border-color css

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

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

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