Html Css Color HEX #29426C Catalina Blue

📋 copy color: '#29426C'

red 41 ◦ green 66 ◦ blue 108

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

Shades of Catalina Blue #29426C

Tints of Catalina Blue #29426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 19.07%
G = 30.7%
B = 50.23%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29426C (or 0x29426C) is known color: Catalina Blue. HEX triplet: 29, 42 and 6C. RGB value is (41,66,108). Sum of RGB (Red+Green+Blue) = 41+66+108=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #29426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29426C is #D6BD93. Grayscale: #3F3F3F. Windows color (decimal): -14073236 or 7094825. OLE color: 7094825.

HSL color Cylindrical-coordinate representation of color #29426C: hue angle of 217.61º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29426C is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 66 108 -
CMYK 0.62 0.39 0 0.58
HSL 217.61º 0.45% 0.29% -
HSV(B) 217.61º 0.62% 0.42% -
XYZ 5.57 5.45 14.95 -
YUV 63.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 41 66 108 0.62 0.39 0 0.58 217.61 0.45 0.29
Hex 29 42 6C 3E 27 0 3A DA 2D 1D
Octal 51 102 154 76 47 0 72 332 55 35
Binary 101001 1000010 1101100 111110 100111 0 111010 11011010 101101 11101

Color Harmonies of #29426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29426C

Black with #29426C

Text Example


Text Example

White with #29426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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