Html Css Color HEX #29456C Catalina Blue

📋 copy color: '#29456C'

red 41 ◦ green 69 ◦ blue 108

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

Shades of Catalina Blue #29456C

Tints of Catalina Blue #29456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 18.81%
G = 31.65%
B = 49.54%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29456C (or 0x29456C) is known color: Catalina Blue. HEX triplet: 29, 45 and 6C. RGB value is (41,69,108). Sum of RGB (Red+Green+Blue) = 41+69+108=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #29456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29456C is #D6BA93. Grayscale: #404040. Windows color (decimal): -14072468 or 7095593. OLE color: 7095593.

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

Color convert

RGB 41 69 108 -
CMYK 0.62 0.36 0 0.58
HSL 214.93º 0.45% 0.29% -
HSV(B) 214.93º 0.62% 0.42% -
XYZ 5.75 5.81 15.01 -
YUV 65.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 41 69 108 0.62 0.36 0 0.58 214.93 0.45 0.29
Hex 29 45 6C 3E 24 0 3A D7 2D 1D
Octal 51 105 154 76 44 0 72 327 55 35
Binary 101001 1000101 1101100 111110 100100 0 111010 11010111 101101 11101

Color Harmonies of #29456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29456C

Black with #29456C

Text Example


Text Example

White with #29456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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