Html Css Color HEX #3D34BC Persian Blue

📋 copy color: '#3D34BC'

red 61 ◦ green 52 ◦ blue 188

#3D34BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3D34BC

Tints of Persian Blue #3D34BC

RGB

 RED value IS 61 (24.22% from 255) = 20.27%

 GREEN value IS 52 (20.7% 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 value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D34BC (or 0x3D34BC) is known color: 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

RGB 61 52 188 -
CMYK 0.68 0.72 0 0.26
HSL 243.97º 0.57% 0.47% -
HSV(B) 243.97º 0.72% 0.74% -
XYZ 12.23 7.08 48.3 -
YUV 70.2 194.48 121.44 -
System Red Green Blue C M Y K H S L
Decimal 61 52 188 0.68 0.72 0 0.26 243.97 0.57 0.47
Hex 3D 34 BC 44 48 0 1A F4 39 2F
Octal 75 64 274 104 110 0 32 364 71 57
Binary 111101 110100 10111100 1000100 1001000 0 11010 11110100 111001 101111

Color Harmonies of #3D34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D34BC

Black with #3D34BC

Text Example


Text Example

White with #3D34BC

Text Example


Text Example

HTML Codes & Css Web 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>