#3035B4

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

Shades of Persian Blue #3035B4

Tints of Persian Blue #3035B4

Color information

#3035B4 (or 0x3035B4) is unknown color: approx Persian Blue. HEX triplet: 30, 35 and B4. RGB value is (48,53,180). Sum of RGB (Red+Green+Blue) = 48+53+180=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #3035B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035B4 is #CFCA4B. Grayscale: #414141. Windows color (decimal): -13617740 or 11810096. OLE color: 11810096.

HSL color Cylindrical-coordinate representation of color #3035B4: hue angle of 237.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3035B4 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4853180-
CMYK0.730.7100.29
HSL237.73º57.89%44.71%-
HSV(B)237.73º73.33%70.59%-
XYZ10.736.4743.86-
YUV65.98192.34115.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 180 (70.70% from 255) = 64.06%
R=17.08%
G=18.86%
B=64.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48531800.730.7100.29237.7357.8944.71
Hex3035B4494701Dee3a2d
Octal60652641111070353567255
Binary110000110101101101001001001100011101110111101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3035B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3035B4; }

 p { color: rgb(48,53,180); }

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

<style>
 a { background-color: #3035B4; }

 a { background-color: rgb(48,53,180); }

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

<style>
 span { border-color: #3035B4; }

 span { border-color: rgb(48,53,180); }

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