Html Css Color HEX #323BBD Persian Blue

📋 copy color: '#323BBD'

red 50 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #323BBD

Tints of Persian Blue #323BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 16.78%
G = 19.8%
B = 63.42%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#323BBD (or 0x323BBD) is known color: Persian Blue. HEX triplet: 32, 3B and BD. RGB value is (50,59,189). Sum of RGB (Red+Green+Blue) = 50+59+189=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #323BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BBD is #CDC442. Grayscale: #464646. Windows color (decimal): -13485123 or 12401458. OLE color: 12401458.

HSL color Cylindrical-coordinate representation of color #323BBD: hue angle of 236.12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323BBD is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 59 189 -
CMYK 0.74 0.69 0 0.26
HSL 236.12º 0.58% 0.47% -
HSV(B) 236.12º 0.74% 0.74% -
XYZ 12.06 7.48 48.95 -
YUV 71.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 50 59 189 0.74 0.69 0 0.26 236.12 0.58 0.47
Hex 32 3B BD 4A 45 0 1A EC 3A 2F
Octal 62 73 275 112 105 0 32 354 72 57
Binary 110010 111011 10111101 1001010 1000101 0 11010 11101100 111010 101111

Color Harmonies of #323BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BBD

Black with #323BBD

Text Example


Text Example

White with #323BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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