#3D33BD

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

Shades of Persian Blue #3D33BD

Tints of Persian Blue #3D33BD

Color information

#3D33BD (or 0x3D33BD) is unknown color: approx Persian Blue. HEX triplet: 3D, 33 and BD. RGB value is (61,51,189). Sum of RGB (Red+Green+Blue) = 61+51+189=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D33BD is #C2CC42. Grayscale: #454545. Windows color (decimal): -12766275 or 12399421. OLE color: 12399421.

HSL color Cylindrical-coordinate representation of color #3D33BD: hue angle of 244.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D33BD is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6151189-
CMYK0.680.7300.26
HSL244.35º57.5%47.06%-
HSV(B)244.35º73.02%74.12%-
XYZ12.297.0348.85-
YUV69.72195.31121.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=20.27%
G=16.94%
B=62.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61511890.680.7300.26244.3557.547.06
Hex3D33BD444901Af43a2f
Octal75632751041110323647257
Binary111101110011101111011000100100100101101011110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D33BD; }

 p { color: rgb(61,51,189); }

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

<style>
 a { background-color: #3D33BD; }

 a { background-color: rgb(61,51,189); }

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

<style>
 span { border-color: #3D33BD; }

 span { border-color: rgb(61,51,189); }

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