#2F42B3

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

Shades of Persian Blue #2F42B3

Tints of Persian Blue #2F42B3

Color information

#2F42B3 (or 0x2F42B3) is unknown color: approx Persian Blue. HEX triplet: 2F, 42 and B3. RGB value is (47,66,179). Sum of RGB (Red+Green+Blue) = 47+66+179=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #2F42B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42B3 is #D0BD4C. Grayscale: #484848. Windows color (decimal): -13679949 or 11747887. OLE color: 11747887.

HSL color Cylindrical-coordinate representation of color #2F42B3: hue angle of 231.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F42B3 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4766179-
CMYK0.740.6300.30
HSL231.36º58.41%44.31%-
HSV(B)231.36º73.74%70.2%-
XYZ11.267.7643.55-
YUV73.2187.71109.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 179 (70.31% from 255) = 61.30%
R=16.10%
G=22.60%
B=61.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47661790.740.6300.30231.3658.4144.31
Hex2F42B34A3F01Ee73a2c
Octal57102263112770363477254
Binary101111100001010110011100101011111101111011100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,179); }

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

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

 a { background-color: rgb(47,66,179); }

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

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

 span { border-color: rgb(47,66,179); }

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