Html Css Color HEX #323ABE Persian Blue

📋 copy color: '#323ABE'

red 50 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #323ABE

Tints of Persian Blue #323ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 16.78%
G = 19.46%
B = 63.76%

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

#323ABE (or 0x323ABE) is known color: Persian Blue. HEX triplet: 32, 3A and BE. RGB value is (50,58,190). Sum of RGB (Red+Green+Blue) = 50+58+190=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #323ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ABE is #CDC541. Grayscale: #464646. Windows color (decimal): -13485378 or 12466738. OLE color: 12466738.

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

Color convert

RGB 50 58 190 -
CMYK 0.74 0.69 0 0.25
HSL 236.57º 0.58% 0.47% -
HSV(B) 236.57º 0.74% 0.75% -
XYZ 12.12 7.42 49.51 -
YUV 70.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 50 58 190 0.74 0.69 0 0.25 236.57 0.58 0.47
Hex 32 3A BE 4A 45 0 19 ED 3A 2F
Octal 62 72 276 112 105 0 31 355 72 57
Binary 110010 111010 10111110 1001010 1000101 0 11001 11101101 111010 101111

Color Harmonies of #323ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ABE

Black with #323ABE

Text Example


Text Example

White with #323ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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