#3D34BC

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

Shades of Persian Blue #3D34BC

Tints of Persian Blue #3D34BC

Color information

#3D34BC (or 0x3D34BC) is unknown color: approx Persian Blue. HEX triplet: 3D, 34 and BC. RGB value is (61,52,188). Sum of RGB (Red+Green+Blue) = 61+52+188=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D34BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D34BC is #C2CB43. Grayscale: #454545. Windows color (decimal): -12766020 or 12334141. OLE color: 12334141.

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

Color convert

RGB6152188-
CMYK0.680.7200.26
HSL243.97º56.67%47.06%-
HSV(B)243.97º72.34%73.73%-
XYZ12.237.0848.3-
YUV70.19194.48121.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=20.27%
G=17.28%
B=62.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61521880.680.7200.26243.9756.6747.06
Hex3D34BC444801Af4392f
Octal75642741041100323647157
Binary111101110100101111001000100100100001101011110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D34BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,188); }

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

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

 a { background-color: rgb(61,52,188); }

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

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

 span { border-color: rgb(61,52,188); }

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