#1634CA

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

Shades of Persian Blue #1634CA

Tints of Persian Blue #1634CA

Color information

#1634CA (or 0x1634CA) is unknown color: approx Persian Blue. HEX triplet: 16, 34 and CA. RGB value is (22,52,202). Sum of RGB (Red+Green+Blue) = 22+52+202=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #1634CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634CA is #E9CB35. Grayscale: #3B3B3B. Windows color (decimal): -15321910 or 13251606. OLE color: 13251606.

HSL color Cylindrical-coordinate representation of color #1634CA: hue angle of 230º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1634CA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2252202-
CMYK0.890.7400.21
HSL230º80.36%43.92%-
HSV(B)230º89.11%79.22%-
XYZ12.226.8956.56-
YUV60.13208.06100.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 202 (79.30% from 255) = 73.19%
R=7.97%
G=18.84%
B=73.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22522020.890.7400.2123080.3643.92
Hex1634CA594A015e6502c
Octal266431213111202534612054
Binary101101101001100101010110011001010010101111001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1634CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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