#2D2FBE

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

Shades of Persian Blue #2D2FBE

Tints of Persian Blue #2D2FBE

Color information

#2D2FBE (or 0x2D2FBE) is unknown color: approx Persian Blue. HEX triplet: 2D, 2F and BE. RGB value is (45,47,190). Sum of RGB (Red+Green+Blue) = 45+47+190=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2FBE is #D2D041. Grayscale: #3E3E3E. Windows color (decimal): -13815874 or 12463917. OLE color: 12463917.

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

Color convert

RGB4547190-
CMYK0.760.7500.25
HSL239.17º61.7%46.08%-
HSV(B)239.17º76.32%74.51%-
XYZ11.396.3149.33-
YUV62.7199.84115.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=15.96%
G=16.67%
B=67.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45471900.760.7500.25239.1761.746.08
Hex2D2FBE4C4B019ef3e2e
Octal55572761141130313577656
Binary101101101111101111101001100100101101100111101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,47,190); }

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

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

 a { background-color: rgb(45,47,190); }

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

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

 span { border-color: rgb(45,47,190); }

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