Html Css Color HEX #294669 Catalina Blue

📋 copy color: '#294669'

red 41 ◦ green 70 ◦ blue 105

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

Shades of Catalina Blue #294669

Tints of Catalina Blue #294669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 18.98%
G = 32.41%
B = 48.61%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294669 (or 0x294669) is known color: Catalina Blue. HEX triplet: 29, 46 and 69. RGB value is (41,70,105). Sum of RGB (Red+Green+Blue) = 41+70+105=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #294669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294669 is #D6B996. Grayscale: #414141. Windows color (decimal): -14072215 or 6899241. OLE color: 6899241.

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

Color convert

RGB 41 70 105 -
CMYK 0.61 0.33 0 0.59
HSL 212.81º 0.44% 0.29% -
HSV(B) 212.81º 0.61% 0.41% -
XYZ 5.65 5.87 14.2 -
YUV 65.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 41 70 105 0.61 0.33 0 0.59 212.81 0.44 0.29
Hex 29 46 69 3D 21 0 3B D5 2C 1D
Octal 51 106 151 75 41 0 73 325 54 35
Binary 101001 1000110 1101001 111101 100001 0 111011 11010101 101100 11101

Color Harmonies of #294669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294669

Black with #294669

Text Example


Text Example

White with #294669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294669; }

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

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

background-color css

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

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

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

border-color css

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

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

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