Html Css Color HEX #294265 Catalina Blue

📋 copy color: '#294265'

red 41 ◦ green 66 ◦ blue 101

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

Shades of Catalina Blue #294265

Tints of Catalina Blue #294265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 19.71%
G = 31.73%
B = 48.56%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294265 (or 0x294265) is known color: Catalina Blue. HEX triplet: 29, 42 and 65. RGB value is (41,66,101). Sum of RGB (Red+Green+Blue) = 41+66+101=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #294265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294265 is #D6BD9A. Grayscale: #3E3E3E. Windows color (decimal): -14073243 or 6636073. OLE color: 6636073.

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

Color convert

RGB 41 66 101 -
CMYK 0.59 0.35 0 0.60
HSL 215º 0.42% 0.28% -
HSV(B) 215º 0.59% 0.4% -
XYZ 5.21 5.31 13.06 -
YUV 62.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 41 66 101 0.59 0.35 0 0.60 215 0.42 0.28
Hex 29 42 65 3B 23 0 3C D7 2A 1C
Octal 51 102 145 73 43 0 74 327 52 34
Binary 101001 1000010 1100101 111011 100011 0 111100 11010111 101010 11100

Color Harmonies of #294265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294265

Black with #294265

Text Example


Text Example

White with #294265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294265; }

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

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

background-color css

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

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

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

border-color css

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

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

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