Html Css Color HEX #294465 Catalina Blue

📋 copy color: '#294465'

red 41 ◦ green 68 ◦ blue 101

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

Shades of Catalina Blue #294465

Tints of Catalina Blue #294465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

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

R = 19.52%
G = 32.38%
B = 48.1%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294465 (or 0x294465) is known color: Catalina Blue. HEX triplet: 29, 44 and 65. RGB value is (41,68,101). Sum of RGB (Red+Green+Blue) = 41+68+101=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #294465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294465 is #D6BB9A. Grayscale: #3F3F3F. Windows color (decimal): -14072731 or 6636585. OLE color: 6636585.

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

Color convert

RGB 41 68 101 -
CMYK 0.59 0.33 0 0.60
HSL 213º 0.42% 0.28% -
HSV(B) 213º 0.59% 0.4% -
XYZ 5.33 5.55 13.1 -
YUV 63.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 41 68 101 0.59 0.33 0 0.60 213 0.42 0.28
Hex 29 44 65 3B 21 0 3C D5 2A 1C
Octal 51 104 145 73 41 0 74 325 52 34
Binary 101001 1000100 1100101 111011 100001 0 111100 11010101 101010 11100

Color Harmonies of #294465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294465

Black with #294465

Text Example


Text Example

White with #294465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294465; }

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

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

background-color css

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

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

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

border-color css

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

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

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