Html Css Color HEX #294262 Catalina Blue

📋 copy color: '#294262'

red 41 ◦ green 66 ◦ blue 98

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

Shades of Catalina Blue #294262

Tints of Catalina Blue #294262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 20%
G = 32.2%
B = 47.8%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294262 (or 0x294262) is known color: Catalina Blue. HEX triplet: 29, 42 and 62. RGB value is (41,66,98). Sum of RGB (Red+Green+Blue) = 41+66+98=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #294262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294262 is #D6BD9D. Grayscale: #3E3E3E. Windows color (decimal): -14073246 or 6439465. OLE color: 6439465.

HSL color Cylindrical-coordinate representation of color #294262: hue angle of 213.68º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294262 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 66 98 -
CMYK 0.58 0.33 0 0.62
HSL 213.68º 0.41% 0.27% -
HSV(B) 213.68º 0.58% 0.38% -
XYZ 5.07 5.25 12.3 -
YUV 62.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 41 66 98 0.58 0.33 0 0.62 213.68 0.41 0.27
Hex 29 42 62 3A 21 0 3E D6 29 1B
Octal 51 102 142 72 41 0 76 326 51 33
Binary 101001 1000010 1100010 111010 100001 0 111110 11010110 101001 11011

Color Harmonies of #294262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294262

Black with #294262

Text Example


Text Example

White with #294262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294262; }

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

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

background-color css

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

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

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

border-color css

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

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

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