#2F26DC

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

Shades of Persian Blue #2F26DC

Tints of Persian Blue #2F26DC

Color information

#2F26DC (or 0x2F26DC) is unknown color: approx Persian Blue. HEX triplet: 2F, 26 and DC. RGB value is (47,38,220). Sum of RGB (Red+Green+Blue) = 47+38+220=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F26DC is #D0D923. Grayscale: #3C3C3C. Windows color (decimal): -13687076 or 14427695. OLE color: 14427695.

HSL color Cylindrical-coordinate representation of color #2F26DC: hue angle of 242.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F26DC is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4738220-
CMYK0.790.8300.14
HSL242.97º72.22%50.59%-
HSV(B)242.97º82.73%86.27%-
XYZ14.787.1668.31-
YUV61.44217.48117.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 220 (86.33% from 255) = 72.13%
R=15.41%
G=12.46%
B=72.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47382200.790.8300.14242.9772.2250.59
Hex2F26DC4F530Ef34833
Octal574633411712301636311063
Binary101111100110110111001001111101001101110111100111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F26DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,38,220); }

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

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

 a { background-color: rgb(47,38,220); }

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

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

 span { border-color: rgb(47,38,220); }

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