#2F25DA

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

Shades of Persian Blue #2F25DA

Tints of Persian Blue #2F25DA

Color information

#2F25DA (or 0x2F25DA) is unknown color: approx Persian Blue. HEX triplet: 2F, 25 and DA. RGB value is (47,37,218). Sum of RGB (Red+Green+Blue) = 47+37+218=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F25DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F25DA is #D0DA25. Grayscale: #3B3B3B. Windows color (decimal): -13687334 or 14296367. OLE color: 14296367.

HSL color Cylindrical-coordinate representation of color #2F25DA: hue angle of 243.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F25DA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4737218-
CMYK0.780.8300.15
HSL243.31º70.98%50%-
HSV(B)243.31º83.03%85.49%-
XYZ14.496.9966.92-
YUV60.62216.81118.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 218 (85.55% from 255) = 72.19%
R=15.56%
G=12.25%
B=72.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal47372180.780.8300.15243.3170.9850
Hex2F25DA4E530Ff34732
Octal574533211612301736310762
Binary101111100101110110101001110101001101111111100111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F25DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F25DA; }

 p { color: rgb(47,37,218); }

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

<style>
 a { background-color: #2F25DA; }

 a { background-color: rgb(47,37,218); }

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

<style>
 span { border-color: #2F25DA; }

 span { border-color: rgb(47,37,218); }

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