Html Css Color HEX #3D33BD Persian Blue

📋 copy color: '#3D33BD'

red 61 ◦ green 51 ◦ blue 189

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

Shades of Persian Blue #3D33BD

Tints of Persian Blue #3D33BD

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 value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 61 51 189 -
CMYK 0.68 0.73 0 0.26
HSL 244.35º 0.58% 0.47% -
HSV(B) 244.35º 0.73% 0.74% -
XYZ 12.29 7.03 48.85 -
YUV 69.72 195.31 121.78 -
System Red Green Blue C M Y K H S L
Decimal 61 51 189 0.68 0.73 0 0.26 244.35 0.58 0.47
Hex 3D 33 BD 44 49 0 1A F4 3A 2F
Octal 75 63 275 104 111 0 32 364 72 57
Binary 111101 110011 10111101 1000100 1001001 0 11010 11110100 111010 101111

Color Harmonies of #3D33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D33BD

Black with #3D33BD

Text Example


Text Example

White with #3D33BD

Text Example


Text Example

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