Html Css Color HEX #323CBB Persian Blue

📋 copy color: '#323CBB'

red 50 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #323CBB

Tints of Persian Blue #323CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 16.84%
G = 20.2%
B = 62.96%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#323CBB (or 0x323CBB) is known color: Persian Blue. HEX triplet: 32, 3C and BB. RGB value is (50,60,187). Sum of RGB (Red+Green+Blue) = 50+60+187=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #323CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBB is #CDC344. Grayscale: #464646. Windows color (decimal): -13484869 or 12270642. OLE color: 12270642.

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

Color convert

RGB 50 60 187 -
CMYK 0.73 0.68 0 0.27
HSL 235.62º 0.58% 0.46% -
HSV(B) 235.62º 0.73% 0.73% -
XYZ 11.9 7.5 47.83 -
YUV 71.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 50 60 187 0.73 0.68 0 0.27 235.62 0.58 0.46
Hex 32 3C BB 49 44 0 1B EC 3A 2E
Octal 62 74 273 111 104 0 33 354 72 56
Binary 110010 111100 10111011 1001001 1000100 0 11011 11101100 111010 101110

Color Harmonies of #323CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CBB

Black with #323CBB

Text Example


Text Example

White with #323CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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