Html Css Color HEX #29338D Torea Bay

📋 copy color: '#29338D'

red 41 ◦ green 51 ◦ blue 141

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

Shades of Torea Bay #29338D

Tints of Torea Bay #29338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 17.6%
G = 21.89%
B = 60.52%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29338D (or 0x29338D) is known color: Torea Bay. HEX triplet: 29, 33 and 8D. RGB value is (41,51,141). Sum of RGB (Red+Green+Blue) = 41+51+141=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #29338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29338D is #D6CC72. Grayscale: #393939. Windows color (decimal): -14077043 or 9253673. OLE color: 9253673.

HSL color Cylindrical-coordinate representation of color #29338D: hue angle of 234º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29338D is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 51 141 -
CMYK 0.71 0.64 0 0.45
HSL 234º 0.55% 0.36% -
HSV(B) 234º 0.71% 0.55% -
XYZ 6.91 4.76 25.75 -
YUV 58.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 41 51 141 0.71 0.64 0 0.45 234 0.55 0.36
Hex 29 33 8D 47 40 0 2D EA 37 24
Octal 51 63 215 107 100 0 55 352 67 44
Binary 101001 110011 10001101 1000111 1000000 0 101101 11101010 110111 100100

Color Harmonies of #29338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29338D

Black with #29338D

Text Example


Text Example

White with #29338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29338D; }

 p { color: rgb(41,51,141); }

 H1.HeaderClassName
 {
   color: #29338D;
 }
 .AnyTagClassName
 {
   color: #29338D;
 }
</style>

background-color css

<style>
 a { background-color: #29338D; }

 a { background-color: rgb(41,51,141); }

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

border-color css

<style>
 span { border-color: #29338D; }

 span { border-color: rgb(41,51,141); }

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