Html Css Color HEX #294266 Catalina Blue

📋 copy color: '#294266'

red 41 ◦ green 66 ◦ blue 102

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

Shades of Catalina Blue #294266

Tints of Catalina Blue #294266

RGB

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

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

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

R = 19.62%
G = 31.58%
B = 48.8%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#294266 (or 0x294266) is known color: Catalina Blue. HEX triplet: 29, 42 and 66. RGB value is (41,66,102). Sum of RGB (Red+Green+Blue) = 41+66+102=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #294266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294266 is #D6BD99. Grayscale: #3E3E3E. Windows color (decimal): -14073242 or 6701609. OLE color: 6701609.

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

Color convert

RGB 41 66 102 -
CMYK 0.60 0.35 0 0.6
HSL 215.41º 0.43% 0.28% -
HSV(B) 215.41º 0.6% 0.4% -
XYZ 5.26 5.33 13.32 -
YUV 62.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 41 66 102 0.60 0.35 0 0.6 215.41 0.43 0.28
Hex 29 42 66 3C 23 0 3C D7 2B 1C
Octal 51 102 146 74 43 0 74 327 53 34
Binary 101001 1000010 1100110 111100 100011 0 111100 11010111 101011 11100

Color Harmonies of #294266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294266

Black with #294266

Text Example


Text Example

White with #294266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294266; }

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

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

background-color css

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

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

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

border-color css

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

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

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