Html Css Color HEX #293074 Torea Bay

📋 copy color: '#293074'

red 41 ◦ green 48 ◦ blue 116

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

Shades of Torea Bay #293074

Tints of Torea Bay #293074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 20%
G = 23.41%
B = 56.59%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293074 (or 0x293074) is known color: Torea Bay. HEX triplet: 29, 30 and 74. RGB value is (41,48,116). Sum of RGB (Red+Green+Blue) = 41+48+116=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #293074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293074 is #D6CF8B. Grayscale: #353535. Windows color (decimal): -14077836 or 7614505. OLE color: 7614505.

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

Color convert

RGB 41 48 116 -
CMYK 0.65 0.59 0 0.55
HSL 234.4º 0.48% 0.31% -
HSV(B) 234.4º 0.65% 0.45% -
XYZ 5.12 3.85 17 -
YUV 53.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 41 48 116 0.65 0.59 0 0.55 234.4 0.48 0.31
Hex 29 30 74 41 3B 0 37 EA 30 1F
Octal 51 60 164 101 73 0 67 352 60 37
Binary 101001 110000 1110100 1000001 111011 0 110111 11101010 110000 11111

Color Harmonies of #293074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293074

Black with #293074

Text Example


Text Example

White with #293074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293074; }

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

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

background-color css

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

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

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

border-color css

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

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

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