#2F30DC

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

Shades of Persian Blue #2F30DC

Tints of Persian Blue #2F30DC

Color information

#2F30DC (or 0x2F30DC) is unknown color: approx Persian Blue. HEX triplet: 2F, 30 and DC. RGB value is (47,48,220). Sum of RGB (Red+Green+Blue) = 47+48+220=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F30DC is #D0CF23. Grayscale: #424242. Windows color (decimal): -13684516 or 14430255. OLE color: 14430255.

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

Color convert

RGB4748220-
CMYK0.790.7800.14
HSL239.65º71.19%52.35%-
HSV(B)239.65º78.64%86.27%-
XYZ15.157.8968.43-
YUV67.31214.17113.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 220 (86.33% from 255) = 69.84%
R=14.92%
G=15.24%
B=69.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47482200.790.7800.14239.6571.1952.35
Hex2F30DC4F4E0Ef04734
Octal576033411711601636010764
Binary101111110000110111001001111100111001110111100001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F30DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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