#282BC6

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

Shades of Persian Blue #282BC6

Tints of Persian Blue #282BC6

Color information

#282BC6 (or 0x282BC6) is unknown color: approx Persian Blue. HEX triplet: 28, 2B and C6. RGB value is (40,43,198). Sum of RGB (Red+Green+Blue) = 40+43+198=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #282BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282BC6 is #D7D439. Grayscale: #3B3B3B. Windows color (decimal): -14144570 or 12987176. OLE color: 12987176.

HSL color Cylindrical-coordinate representation of color #282BC6: hue angle of 238.86º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #282BC6 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4043198-
CMYK0.800.7800.22
HSL238.86º66.39%46.67%-
HSV(B)238.86º79.8%77.65%-
XYZ11.936.2654-
YUV59.77206.01113.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 198 (77.73% from 255) = 70.46%
R=14.23%
G=15.30%
B=70.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40431980.800.7800.22238.8666.3946.67
Hex282BC6504E016ef422f
Octal505330612011602635710257
Binary1010001010111100011010100001001110010110111011111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,43,198); }

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

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

 a { background-color: rgb(40,43,198); }

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

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

 span { border-color: rgb(40,43,198); }

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