#1E35C8

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

Shades of Persian Blue #1E35C8

Tints of Persian Blue #1E35C8

Color information

#1E35C8 (or 0x1E35C8) is unknown color: approx Persian Blue. HEX triplet: 1E, 35 and C8. RGB value is (30,53,200). Sum of RGB (Red+Green+Blue) = 30+53+200=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E35C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E35C8 is #E1CA37. Grayscale: #3E3E3E. Windows color (decimal): -14797368 or 13120798. OLE color: 13120798.

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

Color convert

RGB3053200-
CMYK0.850.7400.22
HSL231.88º73.91%45.1%-
HSV(B)231.88º85%78.43%-
XYZ12.236.9955.35-
YUV62.88205.38104.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 200 (78.52% from 255) = 70.67%
R=10.60%
G=18.73%
B=70.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30532000.850.7400.22231.8873.9145.1
Hex1E35C8554A016e84a2d
Octal366531012511202635011255
Binary111101101011100100010101011001010010110111010001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E35C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,200); }

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

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

 a { background-color: rgb(30,53,200); }

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

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

 span { border-color: rgb(30,53,200); }

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