Html Css Color HEX #29327F Torea Bay

📋 copy color: '#29327F'

red 41 ◦ green 50 ◦ blue 127

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

Shades of Torea Bay #29327F

Tints of Torea Bay #29327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.26%

R = 18.81%
G = 22.94%
B = 58.26%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29327F (or 0x29327F) is known color: Torea Bay. HEX triplet: 29, 32 and 7F. RGB value is (41,50,127). Sum of RGB (Red+Green+Blue) = 41+50+127=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #29327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29327F is #D6CD80. Grayscale: #373737. Windows color (decimal): -14077313 or 8335913. OLE color: 8335913.

HSL color Cylindrical-coordinate representation of color #29327F: hue angle of 233.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29327F is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 50 127 -
CMYK 0.68 0.61 0 0.50
HSL 233.72º 0.51% 0.33% -
HSV(B) 233.72º 0.68% 0.5% -
XYZ 5.89 4.28 20.6 -
YUV 56.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 41 50 127 0.68 0.61 0 0.50 233.72 0.51 0.33
Hex 29 32 7F 44 3D 0 32 EA 33 21
Octal 51 62 177 104 75 0 62 352 63 41
Binary 101001 110010 1111111 1000100 111101 0 110010 11101010 110011 100001

Color Harmonies of #29327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29327F

Black with #29327F

Text Example


Text Example

White with #29327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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