Html Css Color HEX #283388 Torea Bay

📋 copy color: '#283388'

red 40 ◦ green 51 ◦ blue 136

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

Shades of Torea Bay #283388

Tints of Torea Bay #283388

RGB

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

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

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

R = 17.62%
G = 22.47%
B = 59.91%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#283388 (or 0x283388) is known color: Torea Bay. HEX triplet: 28, 33 and 88. RGB value is (40,51,136). Sum of RGB (Red+Green+Blue) = 40+51+136=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #283388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283388 is #D7CC77. Grayscale: #393939. Windows color (decimal): -14142584 or 8925992. OLE color: 8925992.

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

Color convert

RGB 40 51 136 -
CMYK 0.71 0.62 0 0.47
HSL 233.13º 0.55% 0.35% -
HSV(B) 233.13º 0.71% 0.53% -
XYZ 6.5 4.6 23.84 -
YUV 57.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 40 51 136 0.71 0.62 0 0.47 233.13 0.55 0.35
Hex 28 33 88 47 3E 0 2F E9 37 23
Octal 50 63 210 107 76 0 57 351 67 43
Binary 101000 110011 10001000 1000111 111110 0 101111 11101001 110111 100011

Color Harmonies of #283388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283388

Black with #283388

Text Example


Text Example

White with #283388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283388; }

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

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

background-color css

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

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

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

border-color css

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

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

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