Html Css Color HEX #294563 Catalina Blue

📋 copy color: '#294563'

red 41 ◦ green 69 ◦ blue 99

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

Shades of Catalina Blue #294563

Tints of Catalina Blue #294563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 19.62%
G = 33.01%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294563 (or 0x294563) is known color: Catalina Blue. HEX triplet: 29, 45 and 63. RGB value is (41,69,99). Sum of RGB (Red+Green+Blue) = 41+69+99=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #294563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294563 is #D6BA9C. Grayscale: #3F3F3F. Windows color (decimal): -14072477 or 6505769. OLE color: 6505769.

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

Color convert

RGB 41 69 99 -
CMYK 0.59 0.30 0 0.61
HSL 211.03º 0.41% 0.27% -
HSV(B) 211.03º 0.59% 0.39% -
XYZ 5.29 5.63 12.61 -
YUV 64.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 41 69 99 0.59 0.30 0 0.61 211.03 0.41 0.27
Hex 29 45 63 3B 1E 0 3D D3 29 1B
Octal 51 105 143 73 36 0 75 323 51 33
Binary 101001 1000101 1100011 111011 11110 0 111101 11010011 101001 11011

Color Harmonies of #294563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294563

Black with #294563

Text Example


Text Example

White with #294563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294563; }

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

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

background-color css

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

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

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

border-color css

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

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

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