Html Css Color HEX #294267 Catalina Blue

📋 copy color: '#294267'

red 41 ◦ green 66 ◦ blue 103

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

Shades of Catalina Blue #294267

Tints of Catalina Blue #294267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 19.52%
G = 31.43%
B = 49.05%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294267 (or 0x294267) is known color: Catalina Blue. HEX triplet: 29, 42 and 67. RGB value is (41,66,103). Sum of RGB (Red+Green+Blue) = 41+66+103=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #294267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294267 is #D6BD98. Grayscale: #3E3E3E. Windows color (decimal): -14073241 or 6767145. OLE color: 6767145.

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

Color convert

RGB 41 66 103 -
CMYK 0.60 0.36 0 0.60
HSL 215.81º 0.43% 0.28% -
HSV(B) 215.81º 0.6% 0.4% -
XYZ 5.31 5.35 13.58 -
YUV 62.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 41 66 103 0.60 0.36 0 0.60 215.81 0.43 0.28
Hex 29 42 67 3C 24 0 3C D8 2B 1C
Octal 51 102 147 74 44 0 74 330 53 34
Binary 101001 1000010 1100111 111100 100100 0 111100 11011000 101011 11100

Color Harmonies of #294267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294267

Black with #294267

Text Example


Text Example

White with #294267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294267; }

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

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

background-color css

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

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

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

border-color css

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

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

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