#1730DC

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

Shades of Persian Blue #1730DC

Tints of Persian Blue #1730DC

Color information

#1730DC (or 0x1730DC) is unknown color: approx Persian Blue. HEX triplet: 17, 30 and DC. RGB value is (23,48,220). Sum of RGB (Red+Green+Blue) = 23+48+220=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #1730DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730DC is #E8CF23. Grayscale: #3B3B3B. Windows color (decimal): -15257380 or 14430231. OLE color: 14430231.

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

Color convert

RGB2348220-
CMYK0.900.7800.14
HSL232.39º81.07%47.65%-
HSV(B)232.39º89.55%86.27%-
XYZ14.337.4668.4-
YUV60.13218.22101.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.90%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 220 (86.33% from 255) = 75.60%
R=7.90%
G=16.49%
B=75.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23482200.900.7800.14232.3981.0747.65
Hex1730DC5A4E0Ee85130
Octal276033413211601635012160
Binary10111110000110111001011010100111001110111010001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1730DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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