Html Css Color HEX #323FBE Persian Blue

📋 copy color: '#323FBE'

red 50 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #323FBE

Tints of Persian Blue #323FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 16.5%
G = 20.79%
B = 62.71%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#323FBE (or 0x323FBE) is known color: Persian Blue. HEX triplet: 32, 3F and BE. RGB value is (50,63,190). Sum of RGB (Red+Green+Blue) = 50+63+190=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #323FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBE is #CDC041. Grayscale: #494949. Windows color (decimal): -13484098 or 12468018. OLE color: 12468018.

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

Color convert

RGB 50 63 190 -
CMYK 0.74 0.67 0 0.25
HSL 234.43º 0.58% 0.47% -
HSV(B) 234.43º 0.74% 0.75% -
XYZ 12.39 7.95 49.6 -
YUV 73.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 50 63 190 0.74 0.67 0 0.25 234.43 0.58 0.47
Hex 32 3F BE 4A 43 0 19 EA 3A 2F
Octal 62 77 276 112 103 0 31 352 72 57
Binary 110010 111111 10111110 1001010 1000011 0 11001 11101010 111010 101111

Color Harmonies of #323FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FBE

Black with #323FBE

Text Example


Text Example

White with #323FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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