#282FBA

Color #282FBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #282FBA

Tints of Persian Blue #282FBA

Color information

#282FBA (or 0x282FBA) is unknown color: approx Persian Blue. HEX triplet: 28, 2F and BA. RGB value is (40,47,186). Sum of RGB (Red+Green+Blue) = 40+47+186=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #282FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FBA is #D7D045. Grayscale: #3C3C3C. Windows color (decimal): -14143558 or 12201768. OLE color: 12201768.

HSL color Cylindrical-coordinate representation of color #282FBA: hue angle of 237.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282FBA is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4047186-
CMYK0.780.7500.27
HSL237.12º64.6%44.31%-
HSV(B)237.12º78.49%72.94%-
XYZ10.756.0347.05-
YUV60.75198.68113.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=14.65%
G=17.22%
B=68.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40471860.780.7500.27237.1264.644.31
Hex282FBA4E4B01Bed412c
Octal505727211611303335510154
Binary1010001011111011101010011101001011011011111011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282FBA; }

 p { color: rgb(40,47,186); }

 H1.HeaderClassName
 {
   color: #282FBA;
 }
 .AnyTagClassName
 {
   color: #282FBA;
 }
</style>
background-color css

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

 a { background-color: rgb(40,47,186); }

 div.DivClassName
 {
   background-color: #282FBA;
 }
 .BgClassName
 {
   background-color: #282FBA;
 }
</style>
border-color css

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

 span { border-color: rgb(40,47,186); }

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