#3D2CCB

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

Shades of Persian Blue #3D2CCB

Tints of Persian Blue #3D2CCB

Color information

#3D2CCB (or 0x3D2CCB) is unknown color: approx Persian Blue. HEX triplet: 3D, 2C and CB. RGB value is (61,44,203). Sum of RGB (Red+Green+Blue) = 61+44+203=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CCB is #C2D334. Grayscale: #424242. Windows color (decimal): -12768053 or 13315133. OLE color: 13315133.

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

Color convert

RGB6144203-
CMYK0.700.7800.20
HSL246.42º64.37%48.43%-
HSV(B)246.42º78.33%79.61%-
XYZ13.67.1157.15-
YUV67.21204.63123.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 203 (79.69% from 255) = 65.91%
R=19.81%
G=14.29%
B=65.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61442030.700.7800.20246.4264.3748.43
Hex3D2CCB464E014f64030
Octal755431310611602436610060
Binary1111011011001100101110001101001110010100111101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,203); }

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

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

 a { background-color: rgb(61,44,203); }

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

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

 span { border-color: rgb(61,44,203); }

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