#1738B3

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

Shades of Persian Blue #1738B3

Tints of Persian Blue #1738B3

Color information

#1738B3 (or 0x1738B3) is unknown color: approx Persian Blue. HEX triplet: 17, 38 and B3. RGB value is (23,56,179). Sum of RGB (Red+Green+Blue) = 23+56+179=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #1738B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738B3 is #E8C74C. Grayscale: #3B3B3B. Windows color (decimal): -15255373 or 11745303. OLE color: 11745303.

HSL color Cylindrical-coordinate representation of color #1738B3: hue angle of 227.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1738B3 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2356179-
CMYK0.870.6900.30
HSL227.31º77.23%39.61%-
HSV(B)227.31º87.15%70.2%-
XYZ9.96.2743.34-
YUV60.16195.07101.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.91%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 179 (70.31% from 255) = 69.38%
R=8.91%
G=21.71%
B=69.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal23561790.870.6900.30227.3177.2339.61
Hex1738B3574501Ee34d28
Octal277026312710503634311550
Binary101111110001011001110101111000101011110111000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1738B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1738B3; }

 p { color: rgb(23,56,179); }

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

<style>
 a { background-color: #1738B3; }

 a { background-color: rgb(23,56,179); }

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

<style>
 span { border-color: #1738B3; }

 span { border-color: rgb(23,56,179); }

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