#023DCC

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

Shades of Persian Blue #023DCC

Tints of Persian Blue #023DCC

Color information

#023DCC (or 0x023DCC) is unknown color: approx Persian Blue. HEX triplet: 02, 3D and CC. RGB value is (2,61,204). Sum of RGB (Red+Green+Blue) = 2+61+204=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #023DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DCC is #FDC233. Grayscale: #3B3B3B. Windows color (decimal): -16630324 or 13384962. OLE color: 13384962.

HSL color Cylindrical-coordinate representation of color #023DCC: hue angle of 222.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DCC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB261204-
CMYK0.990.7000.2
HSL222.48º98.06%40.39%-
HSV(B)222.48º99.02%80%-
XYZ12.597.7157.95-
YUV59.66209.4586.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 204 (80.08% from 255) = 76.40%
R=0.75%
G=22.85%
B=76.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2612040.990.7000.2222.4898.0640.39
Hex23DCC6346014de6228
Octal27531414310602433614250
Binary101111011100110011000111000110010100110111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,61,204); }

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

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

 a { background-color: rgb(2,61,204); }

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

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

 span { border-color: rgb(2,61,204); }

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