#3025CB

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

Shades of Persian Blue #3025CB

Tints of Persian Blue #3025CB

Color information

#3025CB (or 0x3025CB) is unknown color: approx Persian Blue. HEX triplet: 30, 25 and CB. RGB value is (48,37,203). Sum of RGB (Red+Green+Blue) = 48+37+203=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #3025CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025CB is #CFDA34. Grayscale: #3A3A3A. Windows color (decimal): -13621813 or 13313328. OLE color: 13313328.

HSL color Cylindrical-coordinate representation of color #3025CB: hue angle of 243.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3025CB is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4837203-
CMYK0.760.8200.20
HSL243.98º69.17%47.06%-
HSV(B)243.98º81.77%79.61%-
XYZ12.666.2657.04-
YUV59.21209.14120-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 203 (79.69% from 255) = 70.49%
R=16.67%
G=12.85%
B=70.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48372030.760.8200.20243.9869.1747.06
Hex3025CB4C52014f4452f
Octal604531311412202436410557
Binary1100001001011100101110011001010010010100111101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3025CB; }

 p { color: rgb(48,37,203); }

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

<style>
 a { background-color: #3025CB; }

 a { background-color: rgb(48,37,203); }

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

<style>
 span { border-color: #3025CB; }

 span { border-color: rgb(48,37,203); }

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