Html Css Color HEX #29307D Torea Bay

📋 copy color: '#29307D'

red 41 ◦ green 48 ◦ blue 125

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

Shades of Torea Bay #29307D

Tints of Torea Bay #29307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 19.16%
G = 22.43%
B = 58.41%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29307D (or 0x29307D) is known color: Torea Bay. HEX triplet: 29, 30 and 7D. RGB value is (41,48,125). Sum of RGB (Red+Green+Blue) = 41+48+125=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #29307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29307D is #D6CF82. Grayscale: #363636. Windows color (decimal): -14077827 or 8204329. OLE color: 8204329.

HSL color Cylindrical-coordinate representation of color #29307D: hue angle of 235º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29307D is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 48 125 -
CMYK 0.67 0.62 0 0.51
HSL 235º 0.51% 0.33% -
HSV(B) 235º 0.67% 0.49% -
XYZ 5.67 4.07 19.89 -
YUV 54.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 41 48 125 0.67 0.62 0 0.51 235 0.51 0.33
Hex 29 30 7D 43 3E 0 33 EB 33 21
Octal 51 60 175 103 76 0 63 353 63 41
Binary 101001 110000 1111101 1000011 111110 0 110011 11101011 110011 100001

Color Harmonies of #29307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29307D

Black with #29307D

Text Example


Text Example

White with #29307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,48,125); }

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

background-color css

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

 a { background-color: rgb(41,48,125); }

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

border-color css

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

 span { border-color: rgb(41,48,125); }

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