Html Css Color HEX #323BC0 Persian Blue

📋 copy color: '#323BC0'

red 50 ◦ green 59 ◦ blue 192

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

Shades of Persian Blue #323BC0

Tints of Persian Blue #323BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 16.61%
G = 19.6%
B = 63.79%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#323BC0 (or 0x323BC0) is known color: Persian Blue. HEX triplet: 32, 3B and C0. RGB value is (50,59,192). Sum of RGB (Red+Green+Blue) = 50+59+192=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #323BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BC0 is #CDC43F. Grayscale: #464646. Windows color (decimal): -13485120 or 12598066. OLE color: 12598066.

HSL color Cylindrical-coordinate representation of color #323BC0: hue angle of 236.2º degrees, saturation: 0.59, 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 #323BC0 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 59 192 -
CMYK 0.74 0.69 0 0.25
HSL 236.2º 0.59% 0.47% -
HSV(B) 236.2º 0.74% 0.75% -
XYZ 12.39 7.61 50.69 -
YUV 71.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 50 59 192 0.74 0.69 0 0.25 236.2 0.59 0.47
Hex 32 3B C0 4A 45 0 19 EC 3B 2F
Octal 62 73 300 112 105 0 31 354 73 57
Binary 110010 111011 11000000 1001010 1000101 0 11001 11101100 111011 101111

Color Harmonies of #323BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BC0

Black with #323BC0

Text Example


Text Example

White with #323BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,192); }

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

background-color css

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

 a { background-color: rgb(50,59,192); }

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

border-color css

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

 span { border-color: rgb(50,59,192); }

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