#2138B0

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

Shades of Persian Blue #2138B0

Tints of Persian Blue #2138B0

Color information

#2138B0 (or 0x2138B0) is unknown color: approx Persian Blue. HEX triplet: 21, 38 and B0. RGB value is (33,56,176). Sum of RGB (Red+Green+Blue) = 33+56+176=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 176 (69.14% from 255 or 66.42% from 265); Max value from RGB is 176 - color contains mainly: blue. Hex color #2138B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2138B0 is #DEC74F. Grayscale: #3E3E3E. Windows color (decimal): -14600016 or 11548705. OLE color: 11548705.

HSL color Cylindrical-coordinate representation of color #2138B0: hue angle of 230.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2138B0 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3356176-
CMYK0.810.6800.31
HSL230.35º68.42%40.98%-
HSV(B)230.35º81.25%69.02%-
XYZ9.886.2941.77-
YUV62.8191.88106.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 176 (69.14% from 255) = 66.42%
R=12.45%
G=21.13%
B=66.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33561760.810.6800.31230.3568.4240.98
Hex2138B0514401Fe64429
Octal417026012110403734610451
Binary1000011110001011000010100011000100011111111001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2138B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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