Html Css Color HEX #323ABA Persian Blue

📋 copy color: '#323ABA'

red 50 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #323ABA

Tints of Persian Blue #323ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 17.01%
G = 19.73%
B = 63.27%

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

#323ABA (or 0x323ABA) is known color: Persian Blue. HEX triplet: 32, 3A and BA. RGB value is (50,58,186). Sum of RGB (Red+Green+Blue) = 50+58+186=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #323ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ABA is #CDC545. Grayscale: #454545. Windows color (decimal): -13485382 or 12204594. OLE color: 12204594.

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

Color convert

RGB 50 58 186 -
CMYK 0.73 0.69 0 0.27
HSL 236.47º 0.58% 0.46% -
HSV(B) 236.47º 0.73% 0.73% -
XYZ 11.69 7.25 47.24 -
YUV 70.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 50 58 186 0.73 0.69 0 0.27 236.47 0.58 0.46
Hex 32 3A BA 49 45 0 1B EC 3A 2E
Octal 62 72 272 111 105 0 33 354 72 56
Binary 110010 111010 10111010 1001001 1000101 0 11011 11101100 111010 101110

Color Harmonies of #323ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ABA

Black with #323ABA

Text Example


Text Example

White with #323ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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