Html Css Color HEX #283187 Torea Bay

📋 copy color: '#283187'

red 40 ◦ green 49 ◦ blue 135

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

Shades of Torea Bay #283187

Tints of Torea Bay #283187

RGB

 RED value IS 40 (16.02% from 255) = 17.86%

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

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

R = 17.86%
G = 21.88%
B = 60.27%

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

#283187 (or 0x283187) is known color: Torea Bay. HEX triplet: 28, 31 and 87. RGB value is (40,49,135). Sum of RGB (Red+Green+Blue) = 40+49+135=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #283187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283187 is #D7CE78. Grayscale: #373737. Windows color (decimal): -14143097 or 8859944. OLE color: 8859944.

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

Color convert

RGB 40 49 135 -
CMYK 0.70 0.64 0 0.47
HSL 234.32º 0.54% 0.34% -
HSV(B) 234.32º 0.7% 0.53% -
XYZ 6.35 4.4 23.44 -
YUV 56.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 40 49 135 0.70 0.64 0 0.47 234.32 0.54 0.34
Hex 28 31 87 46 40 0 2F EA 36 22
Octal 50 61 207 106 100 0 57 352 66 42
Binary 101000 110001 10000111 1000110 1000000 0 101111 11101010 110110 100010

Color Harmonies of #283187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283187

Black with #283187

Text Example


Text Example

White with #283187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283187; }

 p { color: rgb(40,49,135); }

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

background-color css

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

 a { background-color: rgb(40,49,135); }

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

border-color css

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

 span { border-color: rgb(40,49,135); }

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