#1C35BD

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

Shades of Persian Blue #1C35BD

Tints of Persian Blue #1C35BD

Color information

#1C35BD (or 0x1C35BD) is unknown color: approx Persian Blue. HEX triplet: 1C, 35 and BD. RGB value is (28,53,189). Sum of RGB (Red+Green+Blue) = 28+53+189=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C35BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C35BD is #E3CA42. Grayscale: #3C3C3C. Windows color (decimal): -14928451 or 12399900. OLE color: 12399900.

HSL color Cylindrical-coordinate representation of color #1C35BD: hue angle of 230.68º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C35BD is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2853189-
CMYK0.850.7200.26
HSL230.68º74.19%42.55%-
HSV(B)230.68º85.19%74.12%-
XYZ10.946.4748.82-
YUV61.03200.22104.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 189 (74.22% from 255) = 70%
R=10.37%
G=19.63%
B=70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28531890.850.7200.26230.6874.1942.55
Hex1C35BD554801Ae74a2b
Octal346527512511003234711253
Binary111001101011011110110101011001000011010111001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C35BD; }

 p { color: rgb(28,53,189); }

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

<style>
 a { background-color: #1C35BD; }

 a { background-color: rgb(28,53,189); }

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

<style>
 span { border-color: #1C35BD; }

 span { border-color: rgb(28,53,189); }

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