Html Css Color HEX #29317B Torea Bay

📋 copy color: '#29317B'

red 41 ◦ green 49 ◦ blue 123

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

Shades of Torea Bay #29317B

Tints of Torea Bay #29317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

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

R = 19.25%
G = 23%
B = 57.75%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29317B (or 0x29317B) is known color: Torea Bay. HEX triplet: 29, 31 and 7B. RGB value is (41,49,123). Sum of RGB (Red+Green+Blue) = 41+49+123=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #29317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29317B is #D6CE84. Grayscale: #363636. Windows color (decimal): -14077573 or 8073513. OLE color: 8073513.

HSL color Cylindrical-coordinate representation of color #29317B: hue angle of 234.15º 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 #29317B is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 49 123 -
CMYK 0.67 0.60 0 0.52
HSL 234.15º 0.5% 0.32% -
HSV(B) 234.15º 0.67% 0.48% -
XYZ 5.59 4.1 19.24 -
YUV 55.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 41 49 123 0.67 0.60 0 0.52 234.15 0.5 0.32
Hex 29 31 7B 43 3C 0 34 EA 32 20
Octal 51 61 173 103 74 0 64 352 62 40
Binary 101001 110001 1111011 1000011 111100 0 110100 11101010 110010 100000

Color Harmonies of #29317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29317B

Black with #29317B

Text Example


Text Example

White with #29317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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