Html Css Color HEX #323ABB Persian Blue

📋 copy color: '#323ABB'

red 50 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #323ABB

Tints of Persian Blue #323ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 16.95%
G = 19.66%
B = 63.39%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#323ABB (or 0x323ABB) is known color: Persian Blue. HEX triplet: 32, 3A and BB. RGB value is (50,58,187). Sum of RGB (Red+Green+Blue) = 50+58+187=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #323ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ABB is #CDC544. Grayscale: #454545. Windows color (decimal): -13485381 or 12270130. OLE color: 12270130.

HSL color Cylindrical-coordinate representation of color #323ABB: hue angle of 236.5º 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 #323ABB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 58 187 -
CMYK 0.73 0.69 0 0.27
HSL 236.5º 0.58% 0.46% -
HSV(B) 236.5º 0.73% 0.73% -
XYZ 11.8 7.29 47.8 -
YUV 70.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 50 58 187 0.73 0.69 0 0.27 236.5 0.58 0.46
Hex 32 3A BB 49 45 0 1B EC 3A 2E
Octal 62 72 273 111 105 0 33 354 72 56
Binary 110010 111010 10111011 1001001 1000101 0 11011 11101100 111010 101110

Color Harmonies of #323ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ABB

Black with #323ABB

Text Example


Text Example

White with #323ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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