Html Css Color HEX #293275 Torea Bay

📋 copy color: '#293275'

red 41 ◦ green 50 ◦ blue 117

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

Shades of Torea Bay #293275

Tints of Torea Bay #293275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 19.71%
G = 24.04%
B = 56.25%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293275 (or 0x293275) is known color: Torea Bay. HEX triplet: 29, 32 and 75. RGB value is (41,50,117). Sum of RGB (Red+Green+Blue) = 41+50+117=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #293275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293275 is #D6CD8A. Grayscale: #363636. Windows color (decimal): -14077323 or 7680553. OLE color: 7680553.

HSL color Cylindrical-coordinate representation of color #293275: hue angle of 232.89º 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 #293275 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 50 117 -
CMYK 0.65 0.57 0 0.54
HSL 232.89º 0.48% 0.31% -
HSV(B) 232.89º 0.65% 0.46% -
XYZ 5.27 4.04 17.33 -
YUV 54.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 41 50 117 0.65 0.57 0 0.54 232.89 0.48 0.31
Hex 29 32 75 41 39 0 36 E9 30 1F
Octal 51 62 165 101 71 0 66 351 60 37
Binary 101001 110010 1110101 1000001 111001 0 110110 11101001 110000 11111

Color Harmonies of #293275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293275

Black with #293275

Text Example


Text Example

White with #293275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293275; }

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

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

background-color css

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

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

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

border-color css

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

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

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