Html Css Color HEX #29347C Torea Bay

📋 copy color: '#29347C'

red 41 ◦ green 52 ◦ blue 124

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

Shades of Torea Bay #29347C

Tints of Torea Bay #29347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 18.89%
G = 23.96%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29347C (or 0x29347C) is known color: Torea Bay. HEX triplet: 29, 34 and 7C. RGB value is (41,52,124). Sum of RGB (Red+Green+Blue) = 41+52+124=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #29347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29347C is #D6CB83. Grayscale: #383838. Windows color (decimal): -14076804 or 8139817. OLE color: 8139817.

HSL color Cylindrical-coordinate representation of color #29347C: hue angle of 232.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29347C is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 52 124 -
CMYK 0.67 0.58 0 0.51
HSL 232.05º 0.5% 0.32% -
HSV(B) 232.05º 0.67% 0.49% -
XYZ 5.78 4.38 19.61 -
YUV 56.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 41 52 124 0.67 0.58 0 0.51 232.05 0.5 0.32
Hex 29 34 7C 43 3A 0 33 E8 32 20
Octal 51 64 174 103 72 0 63 350 62 40
Binary 101001 110100 1111100 1000011 111010 0 110011 11101000 110010 100000

Color Harmonies of #29347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29347C

Black with #29347C

Text Example


Text Example

White with #29347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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