#2D33BE

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

Shades of Persian Blue #2D33BE

Tints of Persian Blue #2D33BE

Color information

#2D33BE (or 0x2D33BE) is unknown color: approx Persian Blue. HEX triplet: 2D, 33 and BE. RGB value is (45,51,190). Sum of RGB (Red+Green+Blue) = 45+51+190=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D33BE is #D2CC41. Grayscale: #404040. Windows color (decimal): -13814850 or 12464941. OLE color: 12464941.

HSL color Cylindrical-coordinate representation of color #2D33BE: hue angle of 237.52º 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 #2D33BE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4551190-
CMYK0.760.7300.25
HSL237.52º61.7%46.08%-
HSV(B)237.52º76.32%74.51%-
XYZ11.566.6449.39-
YUV65.05198.51113.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=15.73%
G=17.83%
B=66.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45511900.760.7300.25237.5261.746.08
Hex2D33BE4C49019ee3e2e
Octal55632761141110313567656
Binary101101110011101111101001100100100101100111101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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