Html Css Color HEX #323CBC Persian Blue

📋 copy color: '#323CBC'

red 50 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #323CBC

Tints of Persian Blue #323CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 16.78%
G = 20.13%
B = 63.09%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#323CBC (or 0x323CBC) is known color: Persian Blue. HEX triplet: 32, 3C and BC. RGB value is (50,60,188). Sum of RGB (Red+Green+Blue) = 50+60+188=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #323CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBC is #CDC343. Grayscale: #474747. Windows color (decimal): -13484868 or 12336178. OLE color: 12336178.

HSL color Cylindrical-coordinate representation of color #323CBC: hue angle of 235.65º degrees, saturation: 0.58, 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 #323CBC is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 60 188 -
CMYK 0.73 0.68 0 0.26
HSL 235.65º 0.58% 0.47% -
HSV(B) 235.65º 0.73% 0.74% -
XYZ 12.01 7.54 48.4 -
YUV 71.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 50 60 188 0.73 0.68 0 0.26 235.65 0.58 0.47
Hex 32 3C BC 49 44 0 1A EC 3A 2F
Octal 62 74 274 111 104 0 32 354 72 57
Binary 110010 111100 10111100 1001001 1000100 0 11010 11101100 111010 101111

Color Harmonies of #323CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CBC

Black with #323CBC

Text Example


Text Example

White with #323CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,188); }

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

background-color css

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

 a { background-color: rgb(50,60,188); }

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

border-color css

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

 span { border-color: rgb(50,60,188); }

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