Html Css Color HEX #29436C Catalina Blue

📋 copy color: '#29436C'

red 41 ◦ green 67 ◦ blue 108

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

Shades of Catalina Blue #29436C

Tints of Catalina Blue #29436C

RGB

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

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

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

R = 18.98%
G = 31.02%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29436C (or 0x29436C) is known color: Catalina Blue. HEX triplet: 29, 43 and 6C. RGB value is (41,67,108). Sum of RGB (Red+Green+Blue) = 41+67+108=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #29436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29436C is #D6BC93. Grayscale: #3F3F3F. Windows color (decimal): -14072980 or 7095081. OLE color: 7095081.

HSL color Cylindrical-coordinate representation of color #29436C: hue angle of 216.72º 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 #29436C is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 67 108 -
CMYK 0.62 0.38 0 0.58
HSL 216.72º 0.45% 0.29% -
HSV(B) 216.72º 0.62% 0.42% -
XYZ 5.63 5.57 14.97 -
YUV 63.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 41 67 108 0.62 0.38 0 0.58 216.72 0.45 0.29
Hex 29 43 6C 3E 26 0 3A D9 2D 1D
Octal 51 103 154 76 46 0 72 331 55 35
Binary 101001 1000011 1101100 111110 100110 0 111010 11011001 101101 11101

Color Harmonies of #29436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29436C

Black with #29436C

Text Example


Text Example

White with #29436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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