#1730DE

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

Shades of Persian Blue #1730DE

Tints of Persian Blue #1730DE

Color information

#1730DE (or 0x1730DE) is unknown color: approx Persian Blue. HEX triplet: 17, 30 and DE. RGB value is (23,48,222). Sum of RGB (Red+Green+Blue) = 23+48+222=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #1730DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730DE is #E8CF21. Grayscale: #3B3B3B. Windows color (decimal): -15257378 or 14561303. OLE color: 14561303.

HSL color Cylindrical-coordinate representation of color #1730DE: hue angle of 232.46º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1730DE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2348222-
CMYK0.900.7800.13
HSL232.46º81.22%48.04%-
HSV(B)232.46º89.64%87.06%-
XYZ14.67.5769.8-
YUV60.36219.22101.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.85%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 222 (87.11% from 255) = 75.77%
R=7.85%
G=16.38%
B=75.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal23482220.900.7800.13232.4681.2248.04
Hex1730DE5A4E0De85130
Octal276033613211601535012160
Binary10111110000110111101011010100111001101111010001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1730DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1730DE; }

 p { color: rgb(23,48,222); }

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

<style>
 a { background-color: #1730DE; }

 a { background-color: rgb(23,48,222); }

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

<style>
 span { border-color: #1730DE; }

 span { border-color: rgb(23,48,222); }

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