#2138D8

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

Shades of Persian Blue #2138D8

Tints of Persian Blue #2138D8

Color information

#2138D8 (or 0x2138D8) is unknown color: approx Persian Blue. HEX triplet: 21, 38 and D8. RGB value is (33,56,216). Sum of RGB (Red+Green+Blue) = 33+56+216=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #2138D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138D8 is #DEC727. Grayscale: #424242. Windows color (decimal): -14599976 or 14170145. OLE color: 14170145.

HSL color Cylindrical-coordinate representation of color #2138D8: hue angle of 232.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2138D8 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3356216-
CMYK0.850.7400.15
HSL232.46º73.49%48.82%-
HSV(B)232.46º84.72%84.71%-
XYZ14.448.1165.77-
YUV67.36211.88103.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 216 (84.77% from 255) = 70.82%
R=10.82%
G=18.36%
B=70.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33562160.850.7400.15232.4673.4948.82
Hex2138D8554A0Fe84931
Octal417033012511201735011161
Binary100001111000110110001010101100101001111111010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2138D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2138D8; }

 p { color: rgb(33,56,216); }

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

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

 a { background-color: rgb(33,56,216); }

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

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

 span { border-color: rgb(33,56,216); }

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