Html Css Color HEX #294468 Catalina Blue

📋 copy color: '#294468'

red 41 ◦ green 68 ◦ blue 104

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

Shades of Catalina Blue #294468

Tints of Catalina Blue #294468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 19.25%
G = 31.92%
B = 48.83%

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

#294468 (or 0x294468) is known color: Catalina Blue. HEX triplet: 29, 44 and 68. RGB value is (41,68,104). Sum of RGB (Red+Green+Blue) = 41+68+104=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #294468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294468 is #D6BB97. Grayscale: #3F3F3F. Windows color (decimal): -14072728 or 6833193. OLE color: 6833193.

HSL color Cylindrical-coordinate representation of color #294468: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294468 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 68 104 -
CMYK 0.61 0.35 0 0.59
HSL 214.29º 0.43% 0.28% -
HSV(B) 214.29º 0.61% 0.41% -
XYZ 5.48 5.61 13.89 -
YUV 64.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 41 68 104 0.61 0.35 0 0.59 214.29 0.43 0.28
Hex 29 44 68 3D 23 0 3B D6 2B 1C
Octal 51 104 150 75 43 0 73 326 53 34
Binary 101001 1000100 1101000 111101 100011 0 111011 11010110 101011 11100

Color Harmonies of #294468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294468

Black with #294468

Text Example


Text Example

White with #294468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294468; }

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

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

background-color css

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

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

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

border-color css

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

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

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