#2138ba

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

Shades of Persian Blue #2138BA

Tints of Persian Blue #2138BA

Color information

#2138BA (or 0x2138BA) is unknown color: approx Persian Blue. HEX triplet: 21, 38 and BA. RGB value is (33,56,186). Sum of RGB (Red+Green+Blue) = 33+56+186=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2138BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138BA is #DEC745. Grayscale: #3F3F3F. Windows color (decimal): -14600006 or 12204065. OLE color: 12204065.

HSL color Cylindrical-coordinate representation of color #2138BA: hue angle of 230.98º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2138BA is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3356186-
CMYK0.820.7000.27
HSL230.98º69.86%42.94%-
HSV(B)230.98º82.26%72.94%-
XYZ10.96.747.17-
YUV63.94196.88105.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=12%
G=20.36%
B=67.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33561860.820.7000.27230.9869.8642.94
Hex2138BA524601Be7462b
Octal417027212210603334710653
Binary1000011110001011101010100101000110011011111001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2138ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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