#2f2ca8

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

Shades of Persian Blue #2F2CA8

Tints of Persian Blue #2F2CA8

Color information

#2F2CA8 (or 0x2F2CA8) is unknown color: approx Persian Blue. HEX triplet: 2F, 2C and A8. RGB value is (47,44,168). Sum of RGB (Red+Green+Blue) = 47+44+168=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #2F2CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2CA8 is #D0D357. Grayscale: #3A3A3A. Windows color (decimal): -13685592 or 11021359. OLE color: 11021359.

HSL color Cylindrical-coordinate representation of color #2F2CA8: hue angle of 241.45º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2CA8 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4744168-
CMYK0.720.7400.34
HSL241.45º58.49%41.57%-
HSV(B)241.45º73.81%65.88%-
XYZ9.145.2337.57-
YUV59.03189.49119.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 168 (66.02% from 255) = 64.86%
R=18.15%
G=16.99%
B=64.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal47441680.720.7400.34241.4558.4941.57
Hex2F2CA8484A022f13a2a
Octal57542501101120423617252
Binary1011111011001010100010010001001010010001011110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2ca8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,168); }

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

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

 a { background-color: rgb(47,44,168); }

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

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

 span { border-color: rgb(47,44,168); }

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