Html Css Color HEX #294064 Catalina Blue

📋 copy color: '#294064'

red 41 ◦ green 64 ◦ blue 100

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

Shades of Catalina Blue #294064

Tints of Catalina Blue #294064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 20%
G = 31.22%
B = 48.78%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294064 (or 0x294064) is known color: Catalina Blue. HEX triplet: 29, 40 and 64. RGB value is (41,64,100). Sum of RGB (Red+Green+Blue) = 41+64+100=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #294064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294064 is #D6BF9B. Grayscale: #3D3D3D. Windows color (decimal): -14073756 or 6570025. OLE color: 6570025.

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

Color convert

RGB 41 64 100 -
CMYK 0.59 0.36 0 0.61
HSL 216.61º 0.42% 0.28% -
HSV(B) 216.61º 0.59% 0.39% -
XYZ 5.05 5.06 12.77 -
YUV 61.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 41 64 100 0.59 0.36 0 0.61 216.61 0.42 0.28
Hex 29 40 64 3B 24 0 3D D9 2A 1C
Octal 51 100 144 73 44 0 75 331 52 34
Binary 101001 1000000 1100100 111011 100100 0 111101 11011001 101010 11100

Color Harmonies of #294064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294064

Black with #294064

Text Example


Text Example

White with #294064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294064; }

 p { color: rgb(41,64,100); }

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

background-color css

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

 a { background-color: rgb(41,64,100); }

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

border-color css

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

 span { border-color: rgb(41,64,100); }

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