Html Css Color HEX #29375C Catalina Blue

📋 copy color: '#29375C'

red 41 ◦ green 55 ◦ blue 92

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

Shades of Catalina Blue #29375C

Tints of Catalina Blue #29375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 21.81%
G = 29.26%
B = 48.94%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29375C (or 0x29375C) is known color: Catalina Blue. HEX triplet: 29, 37 and 5C. RGB value is (41,55,92). Sum of RGB (Red+Green+Blue) = 41+55+92=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #29375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375C is #D6C8A3. Grayscale: #363636. Windows color (decimal): -14076068 or 6043433. OLE color: 6043433.

HSL color Cylindrical-coordinate representation of color #29375C: hue angle of 223.53º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29375C is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 55 92 -
CMYK 0.55 0.40 0 0.64
HSL 223.53º 0.38% 0.26% -
HSV(B) 223.53º 0.55% 0.36% -
XYZ 4.21 3.98 10.67 -
YUV 55.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 41 55 92 0.55 0.40 0 0.64 223.53 0.38 0.26
Hex 29 37 5C 37 28 0 40 E0 26 1A
Octal 51 67 134 67 50 0 100 340 46 32
Binary 101001 110111 1011100 110111 101000 0 1000000 11100000 100110 11010

Color Harmonies of #29375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29375C

Black with #29375C

Text Example


Text Example

White with #29375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,55,92); }

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

background-color css

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

 a { background-color: rgb(41,55,92); }

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

border-color css

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

 span { border-color: rgb(41,55,92); }

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