#2143b0

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

Shades of Persian Blue #2143B0

Tints of Persian Blue #2143B0

Color information

#2143B0 (or 0x2143B0) is unknown color: approx Persian Blue. HEX triplet: 21, 43 and B0. RGB value is (33,67,176). Sum of RGB (Red+Green+Blue) = 33+67+176=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 176 (69.14% from 255 or 63.77% from 276); Max value from RGB is 176 - color contains mainly: blue. Hex color #2143B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2143B0 is #DEBC4F. Grayscale: #444444. Windows color (decimal): -14597200 or 11551521. OLE color: 11551521.

HSL color Cylindrical-coordinate representation of color #2143B0: hue angle of 225.73º 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 #2143B0 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3367176-
CMYK0.810.6200.31
HSL225.73º68.42%40.98%-
HSV(B)225.73º81.25%69.02%-
XYZ10.477.4741.96-
YUV69.26188.24102.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 176 (69.14% from 255) = 63.77%
R=11.96%
G=24.28%
B=63.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33671760.810.6200.31225.7368.4240.98
Hex2143B0513E01Fe24429
Octal411032601217603734210451
Binary1000011000011101100001010001111110011111111000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2143b0; }

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

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

<style>
 a { background-color: #2143b0; }

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

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

<style>
 span { border-color: #2143b0; }

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

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