Html Css Color HEX #284088 Tory Blue

📋 copy color: '#284088'

red 40 ◦ green 64 ◦ blue 136

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

Shades of Tory Blue #284088

Tints of Tory Blue #284088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 16.67%
G = 26.67%
B = 56.67%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#284088 (or 0x284088) is known color: Tory Blue. HEX triplet: 28, 40 and 88. RGB value is (40,64,136). Sum of RGB (Red+Green+Blue) = 40+64+136=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #284088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284088 is #D7BF77. Grayscale: #404040. Windows color (decimal): -14139256 or 8929320. OLE color: 8929320.

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

Color convert

RGB 40 64 136 -
CMYK 0.71 0.53 0 0.47
HSL 225º 0.55% 0.35% -
HSV(B) 225º 0.71% 0.53% -
XYZ 7.15 5.9 24.05 -
YUV 65.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 40 64 136 0.71 0.53 0 0.47 225 0.55 0.35
Hex 28 40 88 47 35 0 2F E1 37 23
Octal 50 100 210 107 65 0 57 341 67 43
Binary 101000 1000000 10001000 1000111 110101 0 101111 11100001 110111 100011

Color Harmonies of #284088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284088

Black with #284088

Text Example


Text Example

White with #284088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284088; }

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

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

background-color css

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

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

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

border-color css

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

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

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