Html Css Color HEX #293088 Torea Bay

📋 copy color: '#293088'

red 41 ◦ green 48 ◦ blue 136

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

Shades of Torea Bay #293088

Tints of Torea Bay #293088

RGB

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

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

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

R = 18.22%
G = 21.33%
B = 60.44%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293088 (or 0x293088) is known color: Torea Bay. HEX triplet: 29, 30 and 88. RGB value is (41,48,136). Sum of RGB (Red+Green+Blue) = 41+48+136=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #293088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293088 is #D6CF77. Grayscale: #373737. Windows color (decimal): -14077816 or 8925225. OLE color: 8925225.

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

Color convert

RGB 41 48 136 -
CMYK 0.70 0.65 0 0.47
HSL 235.58º 0.54% 0.35% -
HSV(B) 235.58º 0.7% 0.53% -
XYZ 6.42 4.36 23.8 -
YUV 55.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 41 48 136 0.70 0.65 0 0.47 235.58 0.54 0.35
Hex 29 30 88 46 41 0 2F EC 36 23
Octal 51 60 210 106 101 0 57 354 66 43
Binary 101001 110000 10001000 1000110 1000001 0 101111 11101100 110110 100011

Color Harmonies of #293088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293088

Black with #293088

Text Example


Text Example

White with #293088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293088; }

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

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

background-color css

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

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

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

border-color css

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

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

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