Html Css Color HEX #294564 Catalina Blue

📋 copy color: '#294564'

red 41 ◦ green 69 ◦ blue 100

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

Shades of Catalina Blue #294564

Tints of Catalina Blue #294564

RGB

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

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

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

R = 19.52%
G = 32.86%
B = 47.62%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294564 (or 0x294564) is known color: Catalina Blue. HEX triplet: 29, 45 and 64. RGB value is (41,69,100). Sum of RGB (Red+Green+Blue) = 41+69+100=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #294564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294564 is #D6BA9B. Grayscale: #404040. Windows color (decimal): -14072476 or 6571305. OLE color: 6571305.

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

Color convert

RGB 41 69 100 -
CMYK 0.59 0.31 0 0.61
HSL 211.53º 0.42% 0.28% -
HSV(B) 211.53º 0.59% 0.39% -
XYZ 5.34 5.65 12.87 -
YUV 64.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 41 69 100 0.59 0.31 0 0.61 211.53 0.42 0.28
Hex 29 45 64 3B 1F 0 3D D4 2A 1C
Octal 51 105 144 73 37 0 75 324 52 34
Binary 101001 1000101 1100100 111011 11111 0 111101 11010100 101010 11100

Color Harmonies of #294564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294564

Black with #294564

Text Example


Text Example

White with #294564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294564; }

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

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

background-color css

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

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

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

border-color css

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

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

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