#1736C0

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

Shades of Persian Blue #1736C0

Tints of Persian Blue #1736C0

Color information

#1736C0 (or 0x1736C0) is unknown color: approx Persian Blue. HEX triplet: 17, 36 and C0. RGB value is (23,54,192). Sum of RGB (Red+Green+Blue) = 23+54+192=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #1736C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1736C0 is #E8C93F. Grayscale: #3B3B3B. Windows color (decimal): -15255872 or 12596759. OLE color: 12596759.

HSL color Cylindrical-coordinate representation of color #1736C0: hue angle of 228.99º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1736C0 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2354192-
CMYK0.880.7200.25
HSL228.99º78.6%42.16%-
HSV(B)228.99º88.02%75.29%-
XYZ11.196.6350.56-
YUV60.46202.23101.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.55%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 192 (75.39% from 255) = 71.38%
R=8.55%
G=20.07%
B=71.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23541920.880.7200.25228.9978.642.16
Hex1736C05848019e54f2a
Octal276630013011003134511752
Binary101111101101100000010110001001000011001111001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1736C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1736C0; }

 p { color: rgb(23,54,192); }

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

<style>
 a { background-color: #1736C0; }

 a { background-color: rgb(23,54,192); }

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

<style>
 span { border-color: #1736C0; }

 span { border-color: rgb(23,54,192); }

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