Html Css Color HEX #323BB4 Persian Blue

📋 copy color: '#323BB4'

red 50 ◦ green 59 ◦ blue 180

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

Shades of Persian Blue #323BB4

Tints of Persian Blue #323BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.28%

R = 17.3%
G = 20.42%
B = 62.28%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#323BB4 (or 0x323BB4) is known color: Persian Blue. HEX triplet: 32, 3B and B4. RGB value is (50,59,180). Sum of RGB (Red+Green+Blue) = 50+59+180=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #323BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BB4 is #CDC44B. Grayscale: #454545. Windows color (decimal): -13485132 or 11811634. OLE color: 11811634.

HSL color Cylindrical-coordinate representation of color #323BB4: hue angle of 235.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323BB4 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 59 180 -
CMYK 0.72 0.67 0 0.29
HSL 235.85º 0.57% 0.45% -
HSV(B) 235.85º 0.72% 0.71% -
XYZ 11.12 7.1 43.96 -
YUV 70.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 50 59 180 0.72 0.67 0 0.29 235.85 0.57 0.45
Hex 32 3B B4 48 43 0 1D EC 39 2D
Octal 62 73 264 110 103 0 35 354 71 55
Binary 110010 111011 10110100 1001000 1000011 0 11101 11101100 111001 101101

Color Harmonies of #323BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BB4

Black with #323BB4

Text Example


Text Example

White with #323BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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