Html Css Color HEX #29347A Torea Bay

📋 copy color: '#29347A'

red 41 ◦ green 52 ◦ blue 122

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

Shades of Torea Bay #29347A

Tints of Torea Bay #29347A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 19.07%
G = 24.19%
B = 56.74%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29347A (or 0x29347A) is known color: Torea Bay. HEX triplet: 29, 34 and 7A. RGB value is (41,52,122). Sum of RGB (Red+Green+Blue) = 41+52+122=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #29347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29347A is #D6CB85. Grayscale: #383838. Windows color (decimal): -14076806 or 8008745. OLE color: 8008745.

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

Color convert

RGB 41 52 122 -
CMYK 0.66 0.57 0 0.52
HSL 231.85º 0.5% 0.32% -
HSV(B) 231.85º 0.66% 0.48% -
XYZ 5.66 4.33 18.95 -
YUV 56.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 41 52 122 0.66 0.57 0 0.52 231.85 0.5 0.32
Hex 29 34 7A 42 39 0 34 E8 32 20
Octal 51 64 172 102 71 0 64 350 62 40
Binary 101001 110100 1111010 1000010 111001 0 110100 11101000 110010 100000

Color Harmonies of #29347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29347A

Black with #29347A

Text Example


Text Example

White with #29347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29347A; }

 p { color: rgb(41,52,122); }

 H1.HeaderClassName
 {
   color: #29347A;
 }
 .AnyTagClassName
 {
   color: #29347A;
 }
</style>

background-color css

<style>
 a { background-color: #29347A; }

 a { background-color: rgb(41,52,122); }

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

border-color css

<style>
 span { border-color: #29347A; }

 span { border-color: rgb(41,52,122); }

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