#2F2EC2

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

Shades of Persian Blue #2F2EC2

Tints of Persian Blue #2F2EC2

Color information

#2F2EC2 (or 0x2F2EC2) is unknown color: approx Persian Blue. HEX triplet: 2F, 2E and C2. RGB value is (47,46,194). Sum of RGB (Red+Green+Blue) = 47+46+194=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #2F2EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2EC2 is #D0D13D. Grayscale: #3E3E3E. Windows color (decimal): -13685054 or 12725807. OLE color: 12725807.

HSL color Cylindrical-coordinate representation of color #2F2EC2: hue angle of 240.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2EC2 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4746194-
CMYK0.760.7600.24
HSL240.41º61.67%47.06%-
HSV(B)240.41º76.29%76.08%-
XYZ11.896.4551.66-
YUV63.17201.83116.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 194 (76.17% from 255) = 67.60%
R=16.38%
G=16.03%
B=67.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47461940.760.7600.24240.4161.6747.06
Hex2F2EC24C4C018f03e2f
Octal57563021141140303607657
Binary101111101110110000101001100100110001100011110000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,46,194); }

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

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

 a { background-color: rgb(47,46,194); }

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

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

 span { border-color: rgb(47,46,194); }

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