Html Css Color HEX #294469 Catalina Blue

📋 copy color: '#294469'

red 41 ◦ green 68 ◦ blue 105

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

Shades of Catalina Blue #294469

Tints of Catalina Blue #294469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 19.16%
G = 31.78%
B = 49.07%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294469 (or 0x294469) is known color: Catalina Blue. HEX triplet: 29, 44 and 69. RGB value is (41,68,105). Sum of RGB (Red+Green+Blue) = 41+68+105=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #294469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294469 is #D6BB96. Grayscale: #3F3F3F. Windows color (decimal): -14072727 or 6898729. OLE color: 6898729.

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

Color convert

RGB 41 68 105 -
CMYK 0.61 0.35 0 0.59
HSL 214.69º 0.44% 0.29% -
HSV(B) 214.69º 0.61% 0.41% -
XYZ 5.53 5.63 14.16 -
YUV 64.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 41 68 105 0.61 0.35 0 0.59 214.69 0.44 0.29
Hex 29 44 69 3D 23 0 3B D7 2C 1D
Octal 51 104 151 75 43 0 73 327 54 35
Binary 101001 1000100 1101001 111101 100011 0 111011 11010111 101100 11101

Color Harmonies of #294469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294469

Black with #294469

Text Example


Text Example

White with #294469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294469; }

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

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

background-color css

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

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

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

border-color css

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

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

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