Html Css Color HEX #29327D Torea Bay

📋 copy color: '#29327D'

red 41 ◦ green 50 ◦ blue 125

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

Shades of Torea Bay #29327D

Tints of Torea Bay #29327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 18.98%
G = 23.15%
B = 57.87%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29327D (or 0x29327D) is known color: Torea Bay. HEX triplet: 29, 32 and 7D. RGB value is (41,50,125). Sum of RGB (Red+Green+Blue) = 41+50+125=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #29327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29327D is #D6CD82. Grayscale: #373737. Windows color (decimal): -14077315 or 8204841. OLE color: 8204841.

HSL color Cylindrical-coordinate representation of color #29327D: hue angle of 233.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29327D is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 50 125 -
CMYK 0.67 0.60 0 0.51
HSL 233.57º 0.51% 0.33% -
HSV(B) 233.57º 0.67% 0.49% -
XYZ 5.76 4.23 19.92 -
YUV 55.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 41 50 125 0.67 0.60 0 0.51 233.57 0.51 0.33
Hex 29 32 7D 43 3C 0 33 EA 33 21
Octal 51 62 175 103 74 0 63 352 63 41
Binary 101001 110010 1111101 1000011 111100 0 110011 11101010 110011 100001

Color Harmonies of #29327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29327D

Black with #29327D

Text Example


Text Example

White with #29327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29327D; }

 p { color: rgb(41,50,125); }

 H1.HeaderClassName
 {
   color: #29327D;
 }
 .AnyTagClassName
 {
   color: #29327D;
 }
</style>

background-color css

<style>
 a { background-color: #29327D; }

 a { background-color: rgb(41,50,125); }

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

border-color css

<style>
 span { border-color: #29327D; }

 span { border-color: rgb(41,50,125); }

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