Html Css Color HEX #293273 Torea Bay

📋 copy color: '#293273'

red 41 ◦ green 50 ◦ blue 115

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

Shades of Torea Bay #293273

Tints of Torea Bay #293273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 19.9%
G = 24.27%
B = 55.83%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293273 (or 0x293273) is known color: Torea Bay. HEX triplet: 29, 32 and 73. RGB value is (41,50,115). Sum of RGB (Red+Green+Blue) = 41+50+115=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #293273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293273 is #D6CD8C. Grayscale: #363636. Windows color (decimal): -14077325 or 7549481. OLE color: 7549481.

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

Color convert

RGB 41 50 115 -
CMYK 0.64 0.57 0 0.55
HSL 232.7º 0.47% 0.31% -
HSV(B) 232.7º 0.64% 0.45% -
XYZ 5.15 3.99 16.72 -
YUV 54.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 41 50 115 0.64 0.57 0 0.55 232.7 0.47 0.31
Hex 29 32 73 40 39 0 37 E9 2F 1F
Octal 51 62 163 100 71 0 67 351 57 37
Binary 101001 110010 1110011 1000000 111001 0 110111 11101001 101111 11111

Color Harmonies of #293273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293273

Black with #293273

Text Example


Text Example

White with #293273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293273; }

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

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

background-color css

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

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

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

border-color css

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

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

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