Html Css Color HEX #293181 Torea Bay

📋 copy color: '#293181'

red 41 ◦ green 49 ◦ blue 129

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

Shades of Torea Bay #293181

Tints of Torea Bay #293181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 18.72%
G = 22.37%
B = 58.9%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#293181 (or 0x293181) is known color: Torea Bay. HEX triplet: 29, 31 and 81. RGB value is (41,49,129). Sum of RGB (Red+Green+Blue) = 41+49+129=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #293181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293181 is #D6CE7E. Grayscale: #373737. Windows color (decimal): -14077567 or 8466729. OLE color: 8466729.

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

Color convert

RGB 41 49 129 -
CMYK 0.68 0.62 0 0.49
HSL 234.55º 0.52% 0.33% -
HSV(B) 234.55º 0.68% 0.51% -
XYZ 5.98 4.25 21.27 -
YUV 55.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 41 49 129 0.68 0.62 0 0.49 234.55 0.52 0.33
Hex 29 31 81 44 3E 0 31 EB 34 21
Octal 51 61 201 104 76 0 61 353 64 41
Binary 101001 110001 10000001 1000100 111110 0 110001 11101011 110100 100001

Color Harmonies of #293181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293181

Black with #293181

Text Example


Text Example

White with #293181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293181; }

 p { color: rgb(41,49,129); }

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

background-color css

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

 a { background-color: rgb(41,49,129); }

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

border-color css

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

 span { border-color: rgb(41,49,129); }

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