Html Css Color HEX #294665 Catalina Blue

📋 copy color: '#294665'

red 41 ◦ green 70 ◦ blue 101

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

Shades of Catalina Blue #294665

Tints of Catalina Blue #294665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.64%

R = 19.34%
G = 33.02%
B = 47.64%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294665 (or 0x294665) is known color: Catalina Blue. HEX triplet: 29, 46 and 65. RGB value is (41,70,101). Sum of RGB (Red+Green+Blue) = 41+70+101=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #294665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294665 is #D6B99A. Grayscale: #404040. Windows color (decimal): -14072219 or 6637097. OLE color: 6637097.

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

Color convert

RGB 41 70 101 -
CMYK 0.59 0.31 0 0.60
HSL 211º 0.42% 0.28% -
HSV(B) 211º 0.59% 0.4% -
XYZ 5.45 5.79 13.14 -
YUV 64.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 41 70 101 0.59 0.31 0 0.60 211 0.42 0.28
Hex 29 46 65 3B 1F 0 3C D3 2A 1C
Octal 51 106 145 73 37 0 74 323 52 34
Binary 101001 1000110 1100101 111011 11111 0 111100 11010011 101010 11100

Color Harmonies of #294665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294665

Black with #294665

Text Example


Text Example

White with #294665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294665; }

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

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

background-color css

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

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

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

border-color css

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

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

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