#1634B7

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

Shades of Persian Blue #1634B7

Tints of Persian Blue #1634B7

Color information

#1634B7 (or 0x1634B7) is unknown color: approx Persian Blue. HEX triplet: 16, 34 and B7. RGB value is (22,52,183). Sum of RGB (Red+Green+Blue) = 22+52+183=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #1634B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634B7 is #E9CB48. Grayscale: #393939. Windows color (decimal): -15321929 or 12006422. OLE color: 12006422.

HSL color Cylindrical-coordinate representation of color #1634B7: hue angle of 228.82º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1634B7 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2252183-
CMYK0.880.7200.28
HSL228.82º78.54%40.2%-
HSV(B)228.82º87.98%71.76%-
XYZ10.116.0545.43-
YUV57.96198.56102.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 183 (71.88% from 255) = 71.21%
R=8.56%
G=20.23%
B=71.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal22521830.880.7200.28228.8278.5440.2
Hex1634B7584801Ce54f28
Octal266426713011003434511750
Binary101101101001011011110110001001000011100111001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1634B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1634B7; }

 p { color: rgb(22,52,183); }

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

<style>
 a { background-color: #1634B7; }

 a { background-color: rgb(22,52,183); }

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

<style>
 span { border-color: #1634B7; }

 span { border-color: rgb(22,52,183); }

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