#2f3fc0

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

Shades of Persian Blue #2F3FC0

Tints of Persian Blue #2F3FC0

Color information

#2F3FC0 (or 0x2F3FC0) is unknown color: approx Persian Blue. HEX triplet: 2F, 3F and C0. RGB value is (47,63,192). Sum of RGB (Red+Green+Blue) = 47+63+192=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #2F3FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3FC0 is #D0C03F. Grayscale: #484848. Windows color (decimal): -13680704 or 12599087. OLE color: 12599087.

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

Color convert

RGB4763192-
CMYK0.760.6700.25
HSL233.38º60.67%46.86%-
HSV(B)233.38º75.52%75.29%-
XYZ12.467.9750.75-
YUV72.92195.2109.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 192 (75.39% from 255) = 63.58%
R=15.56%
G=20.86%
B=63.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47631920.760.6700.25233.3860.6746.86
Hex2F3FC04C43019e93d2f
Octal57773001141030313517557
Binary101111111111110000001001100100001101100111101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f3fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,63,192); }

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

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

 a { background-color: rgb(47,63,192); }

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

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

 span { border-color: rgb(47,63,192); }

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