#2023CA

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

Shades of Persian Blue #2023CA

Tints of Persian Blue #2023CA

Color information

#2023CA (or 0x2023CA) is unknown color: approx Persian Blue. HEX triplet: 20, 23 and CA. RGB value is (32,35,202). Sum of RGB (Red+Green+Blue) = 32+35+202=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #2023CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023CA is #DFDC35. Grayscale: #343434. Windows color (decimal): -14670902 or 13247264. OLE color: 13247264.

HSL color Cylindrical-coordinate representation of color #2023CA: hue angle of 238.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2023CA is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3235202-
CMYK0.840.8300.21
HSL238.94º72.65%45.88%-
HSV(B)238.94º84.16%79.22%-
XYZ11.865.7756.37-
YUV53.14212.01112.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=11.90%
G=13.01%
B=75.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32352020.840.8300.21238.9472.6545.88
Hex2023CA5453015ef492e
Octal404331212412302535711156
Binary1000001000111100101010101001010011010101111011111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2023CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2023CA; }

 p { color: rgb(32,35,202); }

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

<style>
 a { background-color: #2023CA; }

 a { background-color: rgb(32,35,202); }

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

<style>
 span { border-color: #2023CA; }

 span { border-color: rgb(32,35,202); }

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