Html Css Color HEX #294365 Catalina Blue

📋 copy color: '#294365'

red 41 ◦ green 67 ◦ blue 101

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

Shades of Catalina Blue #294365

Tints of Catalina Blue #294365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 19.62%
G = 32.06%
B = 48.33%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294365 (or 0x294365) is known color: Catalina Blue. HEX triplet: 29, 43 and 65. RGB value is (41,67,101). Sum of RGB (Red+Green+Blue) = 41+67+101=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #294365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294365 is #D6BC9A. Grayscale: #3E3E3E. Windows color (decimal): -14072987 or 6636329. OLE color: 6636329.

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

Color convert

RGB 41 67 101 -
CMYK 0.59 0.34 0 0.60
HSL 214º 0.42% 0.28% -
HSV(B) 214º 0.59% 0.4% -
XYZ 5.27 5.43 13.08 -
YUV 63.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 41 67 101 0.59 0.34 0 0.60 214 0.42 0.28
Hex 29 43 65 3B 22 0 3C D6 2A 1C
Octal 51 103 145 73 42 0 74 326 52 34
Binary 101001 1000011 1100101 111011 100010 0 111100 11010110 101010 11100

Color Harmonies of #294365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294365

Black with #294365

Text Example


Text Example

White with #294365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294365; }

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

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

background-color css

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

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

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

border-color css

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

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

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