Html Css Color HEX #323DBD Persian Blue

📋 copy color: '#323DBD'

red 50 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #323DBD

Tints of Persian Blue #323DBD

RGB

 RED value IS 50 (19.92% from 255) = 16.67%

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 189 (74.22% from 255) = 63%

R = 16.67%
G = 20.33%
B = 63%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#323DBD (or 0x323DBD) is known color: Persian Blue. HEX triplet: 32, 3D and BD. RGB value is (50,61,189). Sum of RGB (Red+Green+Blue) = 50+61+189=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #323DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DBD is #CDC242. Grayscale: #474747. Windows color (decimal): -13484611 or 12401970. OLE color: 12401970.

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

Color convert

RGB 50 61 189 -
CMYK 0.74 0.68 0 0.26
HSL 235.25º 0.58% 0.47% -
HSV(B) 235.25º 0.74% 0.74% -
XYZ 12.17 7.69 48.99 -
YUV 72.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 50 61 189 0.74 0.68 0 0.26 235.25 0.58 0.47
Hex 32 3D BD 4A 44 0 1A EB 3A 2F
Octal 62 75 275 112 104 0 32 353 72 57
Binary 110010 111101 10111101 1001010 1000100 0 11010 11101011 111010 101111

Color Harmonies of #323DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DBD

Black with #323DBD

Text Example


Text Example

White with #323DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323DBD; }

 p { color: rgb(50,61,189); }

 H1.HeaderClassName
 {
   color: #323DBD;
 }
 .AnyTagClassName
 {
   color: #323DBD;
 }
</style>

background-color css

<style>
 a { background-color: #323DBD; }

 a { background-color: rgb(50,61,189); }

 div.DivClassName
 {
   background-color: #323DBD;
 }
 .BgClassName
 {
   background-color: #323DBD;
 }
</style>

border-color css

<style>
 span { border-color: #323DBD; }

 span { border-color: rgb(50,61,189); }

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