Html Css Color HEX #29385C Catalina Blue

📋 copy color: '#29385C'

red 41 ◦ green 56 ◦ blue 92

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

Shades of Catalina Blue #29385C

Tints of Catalina Blue #29385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

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

R = 21.69%
G = 29.63%
B = 48.68%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29385C (or 0x29385C) is known color: Catalina Blue. HEX triplet: 29, 38 and 5C. RGB value is (41,56,92). Sum of RGB (Red+Green+Blue) = 41+56+92=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #29385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29385C is #D6C7A3. Grayscale: #373737. Windows color (decimal): -14075812 or 6043689. OLE color: 6043689.

HSL color Cylindrical-coordinate representation of color #29385C: hue angle of 222.35º 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 #29385C is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 56 92 -
CMYK 0.55 0.39 0 0.64
HSL 222.35º 0.38% 0.26% -
HSV(B) 222.35º 0.55% 0.36% -
XYZ 4.26 4.07 10.69 -
YUV 55.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 41 56 92 0.55 0.39 0 0.64 222.35 0.38 0.26
Hex 29 38 5C 37 27 0 40 DE 26 1A
Octal 51 70 134 67 47 0 100 336 46 32
Binary 101001 111000 1011100 110111 100111 0 1000000 11011110 100110 11010

Color Harmonies of #29385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29385C

Black with #29385C

Text Example


Text Example

White with #29385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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