Html Css Color HEX #29358D Torea Bay

📋 copy color: '#29358D'

red 41 ◦ green 53 ◦ blue 141

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

Shades of Torea Bay #29358D

Tints of Torea Bay #29358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 17.45%
G = 22.55%
B = 60%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29358D (or 0x29358D) is known color: Torea Bay. HEX triplet: 29, 35 and 8D. RGB value is (41,53,141). Sum of RGB (Red+Green+Blue) = 41+53+141=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #29358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29358D is #D6CA72. Grayscale: #3B3B3B. Windows color (decimal): -14076531 or 9254185. OLE color: 9254185.

HSL color Cylindrical-coordinate representation of color #29358D: hue angle of 232.8º 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 #29358D is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 53 141 -
CMYK 0.71 0.62 0 0.45
HSL 232.8º 0.55% 0.36% -
HSV(B) 232.8º 0.71% 0.55% -
XYZ 7 4.94 25.78 -
YUV 59.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 41 53 141 0.71 0.62 0 0.45 232.8 0.55 0.36
Hex 29 35 8D 47 3E 0 2D E9 37 24
Octal 51 65 215 107 76 0 55 351 67 44
Binary 101001 110101 10001101 1000111 111110 0 101101 11101001 110111 100100

Color Harmonies of #29358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29358D

Black with #29358D

Text Example


Text Example

White with #29358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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