Html Css Color HEX #294566 Catalina Blue

📋 copy color: '#294566'

red 41 ◦ green 69 ◦ blue 102

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

Shades of Catalina Blue #294566

Tints of Catalina Blue #294566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.11%

R = 19.34%
G = 32.55%
B = 48.11%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#294566 (or 0x294566) is known color: Catalina Blue. HEX triplet: 29, 45 and 66. RGB value is (41,69,102). Sum of RGB (Red+Green+Blue) = 41+69+102=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #294566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294566 is #D6BA99. Grayscale: #404040. Windows color (decimal): -14072474 or 6702377. OLE color: 6702377.

HSL color Cylindrical-coordinate representation of color #294566: hue angle of 212.46º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294566 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 69 102 -
CMYK 0.60 0.32 0 0.6
HSL 212.46º 0.43% 0.28% -
HSV(B) 212.46º 0.6% 0.4% -
XYZ 5.44 5.69 13.38 -
YUV 64.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 41 69 102 0.60 0.32 0 0.6 212.46 0.43 0.28
Hex 29 45 66 3C 20 0 3C D4 2B 1C
Octal 51 105 146 74 40 0 74 324 53 34
Binary 101001 1000101 1100110 111100 100000 0 111100 11010100 101011 11100

Color Harmonies of #294566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294566

Black with #294566

Text Example


Text Example

White with #294566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294566; }

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

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

background-color css

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

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

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

border-color css

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

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

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