#1835C3

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

Shades of Persian Blue #1835C3

Tints of Persian Blue #1835C3

Color information

#1835C3 (or 0x1835C3) is unknown color: approx Persian Blue. HEX triplet: 18, 35 and C3. RGB value is (24,53,195). Sum of RGB (Red+Green+Blue) = 24+53+195=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #1835C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835C3 is #E7CA3C. Grayscale: #3B3B3B. Windows color (decimal): -15190589 or 12793112. OLE color: 12793112.

HSL color Cylindrical-coordinate representation of color #1835C3: hue angle of 229.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1835C3 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2453195-
CMYK0.880.7300.24
HSL229.82º78.08%42.94%-
HSV(B)229.82º87.69%76.47%-
XYZ11.56.6852.31-
YUV60.52203.89101.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 195 (76.56% from 255) = 71.69%
R=8.82%
G=19.49%
B=71.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24531950.880.7300.24229.8278.0842.94
Hex1835C35849018e64e2b
Octal306530313011103034611653
Binary110001101011100001110110001001001011000111001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1835C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1835C3; }

 p { color: rgb(24,53,195); }

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

<style>
 a { background-color: #1835C3; }

 a { background-color: rgb(24,53,195); }

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

<style>
 span { border-color: #1835C3; }

 span { border-color: rgb(24,53,195); }

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