Html Css Color HEX #293272 Torea Bay

📋 copy color: '#293272'

red 41 ◦ green 50 ◦ blue 114

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

Shades of Torea Bay #293272

Tints of Torea Bay #293272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 20%
G = 24.39%
B = 55.61%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293272 (or 0x293272) is known color: Torea Bay. HEX triplet: 29, 32 and 72. RGB value is (41,50,114). Sum of RGB (Red+Green+Blue) = 41+50+114=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #293272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293272 is #D6CD8D. Grayscale: #363636. Windows color (decimal): -14077326 or 7483945. OLE color: 7483945.

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

Color convert

RGB 41 50 114 -
CMYK 0.64 0.56 0 0.55
HSL 232.6º 0.47% 0.3% -
HSV(B) 232.6º 0.64% 0.45% -
XYZ 5.09 3.97 16.42 -
YUV 54.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 41 50 114 0.64 0.56 0 0.55 232.6 0.47 0.3
Hex 29 32 72 40 38 0 37 E9 2F 1E
Octal 51 62 162 100 70 0 67 351 57 36
Binary 101001 110010 1110010 1000000 111000 0 110111 11101001 101111 11110

Color Harmonies of #293272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293272

Black with #293272

Text Example


Text Example

White with #293272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293272; }

 p { color: rgb(41,50,114); }

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

background-color css

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

 a { background-color: rgb(41,50,114); }

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

border-color css

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

 span { border-color: rgb(41,50,114); }

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