Html Css Color HEX #283389 Torea Bay

📋 copy color: '#283389'

red 40 ◦ green 51 ◦ blue 137

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

Shades of Torea Bay #283389

Tints of Torea Bay #283389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.09%

R = 17.54%
G = 22.37%
B = 60.09%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#283389 (or 0x283389) is known color: Torea Bay. HEX triplet: 28, 33 and 89. RGB value is (40,51,137). Sum of RGB (Red+Green+Blue) = 40+51+137=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #283389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283389 is #D7CC76. Grayscale: #393939. Windows color (decimal): -14142583 or 8991528. OLE color: 8991528.

HSL color Cylindrical-coordinate representation of color #283389: hue angle of 233.2º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283389 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 51 137 -
CMYK 0.71 0.63 0 0.46
HSL 233.2º 0.55% 0.35% -
HSV(B) 233.2º 0.71% 0.54% -
XYZ 6.57 4.62 24.21 -
YUV 57.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 40 51 137 0.71 0.63 0 0.46 233.2 0.55 0.35
Hex 28 33 89 47 3F 0 2E E9 37 23
Octal 50 63 211 107 77 0 56 351 67 43
Binary 101000 110011 10001001 1000111 111111 0 101110 11101001 110111 100011

Color Harmonies of #283389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283389

Black with #283389

Text Example


Text Example

White with #283389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283389; }

 p { color: rgb(40,51,137); }

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

background-color css

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

 a { background-color: rgb(40,51,137); }

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

border-color css

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

 span { border-color: rgb(40,51,137); }

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