Html Css Color HEX #293386 Torea Bay

📋 copy color: '#293386'

red 41 ◦ green 51 ◦ blue 134

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

Shades of Torea Bay #293386

Tints of Torea Bay #293386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.29%

R = 18.14%
G = 22.57%
B = 59.29%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293386 (or 0x293386) is known color: Torea Bay. HEX triplet: 29, 33 and 86. RGB value is (41,51,134). Sum of RGB (Red+Green+Blue) = 41+51+134=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #293386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293386 is #D6CC79. Grayscale: #393939. Windows color (decimal): -14077050 or 8794921. OLE color: 8794921.

HSL color Cylindrical-coordinate representation of color #293386: hue angle of 233.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293386 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 51 134 -
CMYK 0.69 0.62 0 0.47
HSL 233.55º 0.53% 0.34% -
HSV(B) 233.55º 0.69% 0.53% -
XYZ 6.4 4.56 23.1 -
YUV 57.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 41 51 134 0.69 0.62 0 0.47 233.55 0.53 0.34
Hex 29 33 86 45 3E 0 2F EA 35 22
Octal 51 63 206 105 76 0 57 352 65 42
Binary 101001 110011 10000110 1000101 111110 0 101111 11101010 110101 100010

Color Harmonies of #293386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293386

Black with #293386

Text Example


Text Example

White with #293386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293386; }

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

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

background-color css

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

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

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

border-color css

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

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

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