Html Css Color HEX #283088 Torea Bay

📋 copy color: '#283088'

red 40 ◦ green 48 ◦ blue 136

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

Shades of Torea Bay #283088

Tints of Torea Bay #283088

RGB

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

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

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

R = 17.86%
G = 21.43%
B = 60.71%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#283088 (or 0x283088) is known color: Torea Bay. HEX triplet: 28, 30 and 88. RGB value is (40,48,136). Sum of RGB (Red+Green+Blue) = 40+48+136=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #283088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283088 is #D7CF77. Grayscale: #373737. Windows color (decimal): -14143352 or 8925224. OLE color: 8925224.

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

Color convert

RGB 40 48 136 -
CMYK 0.71 0.65 0 0.47
HSL 235º 0.55% 0.35% -
HSV(B) 235º 0.71% 0.53% -
XYZ 6.38 4.34 23.79 -
YUV 55.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 40 48 136 0.71 0.65 0 0.47 235 0.55 0.35
Hex 28 30 88 47 41 0 2F EB 37 23
Octal 50 60 210 107 101 0 57 353 67 43
Binary 101000 110000 10001000 1000111 1000001 0 101111 11101011 110111 100011

Color Harmonies of #283088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283088

Black with #283088

Text Example


Text Example

White with #283088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283088; }

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

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

background-color css

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

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

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

border-color css

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

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

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