#3d2bcc

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

Shades of Persian Blue #3D2BCC

Tints of Persian Blue #3D2BCC

Color information

#3D2BCC (or 0x3D2BCC) is unknown color: approx Persian Blue. HEX triplet: 3D, 2B and CC. RGB value is (61,43,204). Sum of RGB (Red+Green+Blue) = 61+43+204=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D2BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2BCC is #C2D433. Grayscale: #424242. Windows color (decimal): -12768308 or 13380413. OLE color: 13380413.

HSL color Cylindrical-coordinate representation of color #3D2BCC: hue angle of 246.71º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D2BCC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6143204-
CMYK0.700.7900.2
HSL246.71º65.18%48.43%-
HSV(B)246.71º78.92%80%-
XYZ13.697.0857.77-
YUV66.74205.46123.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 204 (80.08% from 255) = 66.23%
R=19.81%
G=13.96%
B=66.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61432040.700.7900.2246.7165.1848.43
Hex3D2BCC464F014f74130
Octal755331410611702436710160
Binary1111011010111100110010001101001111010100111101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d2bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,43,204); }

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

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

 a { background-color: rgb(61,43,204); }

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

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

 span { border-color: rgb(61,43,204); }

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