Html Css Color HEX #294668 Catalina Blue

📋 copy color: '#294668'

red 41 ◦ green 70 ◦ blue 104

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

Shades of Catalina Blue #294668

Tints of Catalina Blue #294668

RGB

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

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

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

R = 19.07%
G = 32.56%
B = 48.37%

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

#294668 (or 0x294668) is known color: Catalina Blue. HEX triplet: 29, 46 and 68. RGB value is (41,70,104). Sum of RGB (Red+Green+Blue) = 41+70+104=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #294668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294668 is #D6B997. Grayscale: #414141. Windows color (decimal): -14072216 or 6833705. OLE color: 6833705.

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

Color convert

RGB 41 70 104 -
CMYK 0.61 0.33 0 0.59
HSL 212.38º 0.43% 0.28% -
HSV(B) 212.38º 0.61% 0.41% -
XYZ 5.6 5.85 13.93 -
YUV 65.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 41 70 104 0.61 0.33 0 0.59 212.38 0.43 0.28
Hex 29 46 68 3D 21 0 3B D4 2B 1C
Octal 51 106 150 75 41 0 73 324 53 34
Binary 101001 1000110 1101000 111101 100001 0 111011 11010100 101011 11100

Color Harmonies of #294668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294668

Black with #294668

Text Example


Text Example

White with #294668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294668; }

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

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

background-color css

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

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

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

border-color css

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

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

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