#2143CC

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

Shades of Persian Blue #2143CC

Tints of Persian Blue #2143CC

Color information

#2143CC (or 0x2143CC) is unknown color: approx Persian Blue. HEX triplet: 21, 43 and CC. RGB value is (33,67,204). Sum of RGB (Red+Green+Blue) = 33+67+204=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #2143CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2143CC is #DEBC33. Grayscale: #474747. Windows color (decimal): -14597172 or 13386529. OLE color: 13386529.

HSL color Cylindrical-coordinate representation of color #2143CC: hue angle of 228.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2143CC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3367204-
CMYK0.840.6700.2
HSL228.07º72.15%46.47%-
HSV(B)228.07º83.82%80%-
XYZ13.538.758.09-
YUV72.45202.2499.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 204 (80.08% from 255) = 67.11%
R=10.86%
G=22.04%
B=67.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33672040.840.6700.2228.0772.1546.47
Hex2143CC5443014e4482e
Octal4110331412410302434411056
Binary10000110000111100110010101001000011010100111001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2143CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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