#023CCE

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

Shades of Persian Blue #023CCE

Tints of Persian Blue #023CCE

Color information

#023CCE (or 0x023CCE) is unknown color: approx Persian Blue. HEX triplet: 02, 3C and CE. RGB value is (2,60,206). Sum of RGB (Red+Green+Blue) = 2+60+206=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #023CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCE is #FDC331. Grayscale: #3A3A3A. Windows color (decimal): -16630578 or 13515778. OLE color: 13515778.

HSL color Cylindrical-coordinate representation of color #023CCE: hue angle of 222.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CCE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB260206-
CMYK0.990.7100.19
HSL222.94º98.08%40.78%-
HSV(B)222.94º99.03%80.78%-
XYZ12.787.759.21-
YUV59.3210.7887.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 206 (80.86% from 255) = 76.87%
R=0.75%
G=22.39%
B=76.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2602060.990.7100.19222.9498.0840.78
Hex23CCE6347013df6229
Octal27431614310702333714251
Binary101111001100111011000111000111010011110111111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023CCE; }

 p { color: rgb(2,60,206); }

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

<style>
 a { background-color: #023CCE; }

 a { background-color: rgb(2,60,206); }

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

<style>
 span { border-color: #023CCE; }

 span { border-color: rgb(2,60,206); }

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