Html Css Color HEX #323FBD Persian Blue

📋 copy color: '#323FBD'

red 50 ◦ green 63 ◦ blue 189

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

Shades of Persian Blue #323FBD

Tints of Persian Blue #323FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 16.56%
G = 20.86%
B = 62.58%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#323FBD (or 0x323FBD) is known color: Persian Blue. HEX triplet: 32, 3F and BD. RGB value is (50,63,189). Sum of RGB (Red+Green+Blue) = 50+63+189=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #323FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBD is #CDC042. Grayscale: #484848. Windows color (decimal): -13484099 or 12402482. OLE color: 12402482.

HSL color Cylindrical-coordinate representation of color #323FBD: hue angle of 234.39º 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 #323FBD is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 63 189 -
CMYK 0.74 0.67 0 0.26
HSL 234.39º 0.58% 0.47% -
HSV(B) 234.39º 0.74% 0.74% -
XYZ 12.28 7.91 49.02 -
YUV 73.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 50 63 189 0.74 0.67 0 0.26 234.39 0.58 0.47
Hex 32 3F BD 4A 43 0 1A EA 3A 2F
Octal 62 77 275 112 103 0 32 352 72 57
Binary 110010 111111 10111101 1001010 1000011 0 11010 11101010 111010 101111

Color Harmonies of #323FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FBD

Black with #323FBD

Text Example


Text Example

White with #323FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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