Html Css Color HEX #293587 Torea Bay

📋 copy color: '#293587'

red 41 ◦ green 53 ◦ blue 135

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

Shades of Torea Bay #293587

Tints of Torea Bay #293587

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 135 (53.13% from 255) = 58.95%

R = 17.9%
G = 23.14%
B = 58.95%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293587 (or 0x293587) is known color: Torea Bay. HEX triplet: 29, 35 and 87. RGB value is (41,53,135). Sum of RGB (Red+Green+Blue) = 41+53+135=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #293587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293587 is #D6CA78. Grayscale: #3A3A3A. Windows color (decimal): -14076537 or 8860969. OLE color: 8860969.

HSL color Cylindrical-coordinate representation of color #293587: hue angle of 232.34º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293587 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 53 135 -
CMYK 0.70 0.61 0 0.47
HSL 232.34º 0.53% 0.35% -
HSV(B) 232.34º 0.7% 0.53% -
XYZ 6.56 4.77 23.5 -
YUV 58.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 41 53 135 0.70 0.61 0 0.47 232.34 0.53 0.35
Hex 29 35 87 46 3D 0 2F E8 35 23
Octal 51 65 207 106 75 0 57 350 65 43
Binary 101001 110101 10000111 1000110 111101 0 101111 11101000 110101 100011

Color Harmonies of #293587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293587

Black with #293587

Text Example


Text Example

White with #293587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293587; }

 p { color: rgb(41,53,135); }

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

background-color css

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

 a { background-color: rgb(41,53,135); }

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

border-color css

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

 span { border-color: rgb(41,53,135); }

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