Html Css Color HEX #294369 Catalina Blue

📋 copy color: '#294369'

red 41 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #294369

Tints of Catalina Blue #294369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 19.25%
G = 31.46%
B = 49.3%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294369 (or 0x294369) is known color: Catalina Blue. HEX triplet: 29, 43 and 69. RGB value is (41,67,105). Sum of RGB (Red+Green+Blue) = 41+67+105=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #294369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294369 is #D6BC96. Grayscale: #3F3F3F. Windows color (decimal): -14072983 or 6898473. OLE color: 6898473.

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

Color convert

RGB 41 67 105 -
CMYK 0.61 0.36 0 0.59
HSL 215.63º 0.44% 0.29% -
HSV(B) 215.63º 0.61% 0.41% -
XYZ 5.47 5.51 14.14 -
YUV 63.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 41 67 105 0.61 0.36 0 0.59 215.63 0.44 0.29
Hex 29 43 69 3D 24 0 3B D8 2C 1D
Octal 51 103 151 75 44 0 73 330 54 35
Binary 101001 1000011 1101001 111101 100100 0 111011 11011000 101100 11101

Color Harmonies of #294369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294369

Black with #294369

Text Example


Text Example

White with #294369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294369; }

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

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

background-color css

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

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

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

border-color css

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

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

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