Html Css Color HEX #294068 Catalina Blue

📋 copy color: '#294068'

red 41 ◦ green 64 ◦ blue 104

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

Shades of Catalina Blue #294068

Tints of Catalina Blue #294068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 19.62%
G = 30.62%
B = 49.76%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294068 (or 0x294068) is known color: Catalina Blue. HEX triplet: 29, 40 and 68. RGB value is (41,64,104). Sum of RGB (Red+Green+Blue) = 41+64+104=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #294068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294068 is #D6BF97. Grayscale: #3D3D3D. Windows color (decimal): -14073752 or 6832169. OLE color: 6832169.

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

Color convert

RGB 41 64 104 -
CMYK 0.61 0.38 0 0.59
HSL 218.1º 0.43% 0.28% -
HSV(B) 218.1º 0.61% 0.41% -
XYZ 5.25 5.14 13.81 -
YUV 61.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 41 64 104 0.61 0.38 0 0.59 218.1 0.43 0.28
Hex 29 40 68 3D 26 0 3B DA 2B 1C
Octal 51 100 150 75 46 0 73 332 53 34
Binary 101001 1000000 1101000 111101 100110 0 111011 11011010 101011 11100

Color Harmonies of #294068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294068

Black with #294068

Text Example


Text Example

White with #294068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294068; }

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

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

background-color css

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

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

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

border-color css

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

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

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