Html Css Color HEX #293374 Torea Bay

📋 copy color: '#293374'

red 41 ◦ green 51 ◦ blue 116

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

Shades of Torea Bay #293374

Tints of Torea Bay #293374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 19.71%
G = 24.52%
B = 55.77%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293374 (or 0x293374) is known color: Torea Bay. HEX triplet: 29, 33 and 74. RGB value is (41,51,116). Sum of RGB (Red+Green+Blue) = 41+51+116=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #293374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293374 is #D6CC8B. Grayscale: #373737. Windows color (decimal): -14077068 or 7615273. OLE color: 7615273.

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

Color convert

RGB 41 51 116 -
CMYK 0.65 0.56 0 0.55
HSL 232º 0.48% 0.31% -
HSV(B) 232º 0.65% 0.45% -
XYZ 5.25 4.1 17.04 -
YUV 55.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 41 51 116 0.65 0.56 0 0.55 232 0.48 0.31
Hex 29 33 74 41 38 0 37 E8 30 1F
Octal 51 63 164 101 70 0 67 350 60 37
Binary 101001 110011 1110100 1000001 111000 0 110111 11101000 110000 11111

Color Harmonies of #293374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293374

Black with #293374

Text Example


Text Example

White with #293374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293374; }

 p { color: rgb(41,51,116); }

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

background-color css

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

 a { background-color: rgb(41,51,116); }

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

border-color css

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

 span { border-color: rgb(41,51,116); }

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