#2d2fce

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

Shades of Persian Blue #2D2FCE

Tints of Persian Blue #2D2FCE

Color information

#2D2FCE (or 0x2D2FCE) is unknown color: approx Persian Blue. HEX triplet: 2D, 2F and CE. RGB value is (45,47,206). Sum of RGB (Red+Green+Blue) = 45+47+206=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2FCE is #D2D031. Grayscale: #3F3F3F. Windows color (decimal): -13815858 or 13512493. OLE color: 13512493.

HSL color Cylindrical-coordinate representation of color #2D2FCE: hue angle of 239.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2FCE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4547206-
CMYK0.780.7700.19
HSL239.25º64.14%49.22%-
HSV(B)239.25º78.16%80.78%-
XYZ13.247.0559.05-
YUV64.53207.84114.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 206 (80.86% from 255) = 69.13%
R=15.10%
G=15.77%
B=69.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45472060.780.7700.19239.2564.1449.22
Hex2D2FCE4E4D013ef4031
Octal555731611611502335710061
Binary1011011011111100111010011101001101010011111011111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d2fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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