Html Css Color HEX #294368 Catalina Blue

📋 copy color: '#294368'

red 41 ◦ green 67 ◦ blue 104

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

Shades of Catalina Blue #294368

Tints of Catalina Blue #294368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 19.34%
G = 31.6%
B = 49.06%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294368 (or 0x294368) is known color: Catalina Blue. HEX triplet: 29, 43 and 68. RGB value is (41,67,104). Sum of RGB (Red+Green+Blue) = 41+67+104=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #294368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294368 is #D6BC97. Grayscale: #3F3F3F. Windows color (decimal): -14072984 or 6832937. OLE color: 6832937.

HSL color Cylindrical-coordinate representation of color #294368: hue angle of 215.24º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294368 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 67 104 -
CMYK 0.61 0.36 0 0.59
HSL 215.24º 0.43% 0.28% -
HSV(B) 215.24º 0.61% 0.41% -
XYZ 5.42 5.49 13.87 -
YUV 63.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 41 67 104 0.61 0.36 0 0.59 215.24 0.43 0.28
Hex 29 43 68 3D 24 0 3B D7 2B 1C
Octal 51 103 150 75 44 0 73 327 53 34
Binary 101001 1000011 1101000 111101 100100 0 111011 11010111 101011 11100

Color Harmonies of #294368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294368

Black with #294368

Text Example


Text Example

White with #294368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294368; }

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

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

background-color css

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

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

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

border-color css

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

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

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