Html Css Color HEX #293188 Torea Bay

📋 copy color: '#293188'

red 41 ◦ green 49 ◦ blue 136

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

Shades of Torea Bay #293188

Tints of Torea Bay #293188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 136 (53.52% from 255) = 60.18%

R = 18.14%
G = 21.68%
B = 60.18%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293188 (or 0x293188) is known color: Torea Bay. HEX triplet: 29, 31 and 88. RGB value is (41,49,136). Sum of RGB (Red+Green+Blue) = 41+49+136=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #293188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293188 is #D6CE77. Grayscale: #383838. Windows color (decimal): -14077560 or 8925481. OLE color: 8925481.

HSL color Cylindrical-coordinate representation of color #293188: hue angle of 234.95º degrees, saturation: 0.54, 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 #293188 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 49 136 -
CMYK 0.70 0.64 0 0.47
HSL 234.95º 0.54% 0.35% -
HSV(B) 234.95º 0.7% 0.53% -
XYZ 6.46 4.45 23.81 -
YUV 56.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 41 49 136 0.70 0.64 0 0.47 234.95 0.54 0.35
Hex 29 31 88 46 40 0 2F EB 36 23
Octal 51 61 210 106 100 0 57 353 66 43
Binary 101001 110001 10001000 1000110 1000000 0 101111 11101011 110110 100011

Color Harmonies of #293188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293188

Black with #293188

Text Example


Text Example

White with #293188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293188; }

 p { color: rgb(41,49,136); }

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

background-color css

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

 a { background-color: rgb(41,49,136); }

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

border-color css

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

 span { border-color: rgb(41,49,136); }

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