Html Css Color HEX #29327B Torea Bay

📋 copy color: '#29327B'

red 41 ◦ green 50 ◦ blue 123

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

Shades of Torea Bay #29327B

Tints of Torea Bay #29327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.48%

R = 19.16%
G = 23.36%
B = 57.48%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29327B (or 0x29327B) is known color: Torea Bay. HEX triplet: 29, 32 and 7B. RGB value is (41,50,123). Sum of RGB (Red+Green+Blue) = 41+50+123=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #29327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29327B is #D6CD84. Grayscale: #373737. Windows color (decimal): -14077317 or 8073769. OLE color: 8073769.

HSL color Cylindrical-coordinate representation of color #29327B: hue angle of 233.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29327B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 50 123 -
CMYK 0.67 0.59 0 0.52
HSL 233.41º 0.5% 0.32% -
HSV(B) 233.41º 0.67% 0.48% -
XYZ 5.63 4.18 19.25 -
YUV 55.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 41 50 123 0.67 0.59 0 0.52 233.41 0.5 0.32
Hex 29 32 7B 43 3B 0 34 E9 32 20
Octal 51 62 173 103 73 0 64 351 62 40
Binary 101001 110010 1111011 1000011 111011 0 110100 11101001 110010 100000

Color Harmonies of #29327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29327B

Black with #29327B

Text Example


Text Example

White with #29327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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