Html Css Color HEX #294568 Catalina Blue

📋 copy color: '#294568'

red 41 ◦ green 69 ◦ blue 104

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

Shades of Catalina Blue #294568

Tints of Catalina Blue #294568

RGB

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

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

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

R = 19.16%
G = 32.24%
B = 48.6%

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

#294568 (or 0x294568) is known color: Catalina Blue. HEX triplet: 29, 45 and 68. RGB value is (41,69,104). Sum of RGB (Red+Green+Blue) = 41+69+104=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #294568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294568 is #D6BA97. Grayscale: #404040. Windows color (decimal): -14072472 or 6833449. OLE color: 6833449.

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

Color convert

RGB 41 69 104 -
CMYK 0.61 0.34 0 0.59
HSL 213.33º 0.43% 0.28% -
HSV(B) 213.33º 0.61% 0.41% -
XYZ 5.54 5.73 13.91 -
YUV 64.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 41 69 104 0.61 0.34 0 0.59 213.33 0.43 0.28
Hex 29 45 68 3D 22 0 3B D5 2B 1C
Octal 51 105 150 75 42 0 73 325 53 34
Binary 101001 1000101 1101000 111101 100010 0 111011 11010101 101011 11100

Color Harmonies of #294568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294568

Black with #294568

Text Example


Text Example

White with #294568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294568; }

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

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

background-color css

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

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

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

border-color css

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

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

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