Html Css Color HEX #292F76 Torea Bay

📋 copy color: '#292F76'

red 41 ◦ green 47 ◦ blue 118

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

Shades of Torea Bay #292F76

Tints of Torea Bay #292F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 19.9%
G = 22.82%
B = 57.28%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#292F76 (or 0x292F76) is known color: Torea Bay. HEX triplet: 29, 2F and 76. RGB value is (41,47,118). Sum of RGB (Red+Green+Blue) = 41+47+118=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #292F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F76 is #D6D089. Grayscale: #353535. Windows color (decimal): -14078090 or 7745321. OLE color: 7745321.

HSL color Cylindrical-coordinate representation of color #292F76: hue angle of 235.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292F76 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 47 118 -
CMYK 0.65 0.60 0 0.54
HSL 235.32º 0.48% 0.31% -
HSV(B) 235.32º 0.65% 0.46% -
XYZ 5.2 3.81 17.6 -
YUV 53.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 41 47 118 0.65 0.60 0 0.54 235.32 0.48 0.31
Hex 29 2F 76 41 3C 0 36 EB 30 1F
Octal 51 57 166 101 74 0 66 353 60 37
Binary 101001 101111 1110110 1000001 111100 0 110110 11101011 110000 11111

Color Harmonies of #292F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F76

Black with #292F76

Text Example


Text Example

White with #292F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292F76; }

 p { color: rgb(41,47,118); }

 H1.HeaderClassName
 {
   color: #292F76;
 }
 .AnyTagClassName
 {
   color: #292F76;
 }
</style>

background-color css

<style>
 a { background-color: #292F76; }

 a { background-color: rgb(41,47,118); }

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

border-color css

<style>
 span { border-color: #292F76; }

 span { border-color: rgb(41,47,118); }

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