Html Css Color HEX #323DBB Persian Blue

📋 copy color: '#323DBB'

red 50 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #323DBB

Tints of Persian Blue #323DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 16.78%
G = 20.47%
B = 62.75%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#323DBB (or 0x323DBB) is known color: Persian Blue. HEX triplet: 32, 3D and BB. RGB value is (50,61,187). Sum of RGB (Red+Green+Blue) = 50+61+187=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #323DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DBB is #CDC244. Grayscale: #474747. Windows color (decimal): -13484613 or 12270898. OLE color: 12270898.

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

Color convert

RGB 50 61 187 -
CMYK 0.73 0.67 0 0.27
HSL 235.18º 0.58% 0.46% -
HSV(B) 235.18º 0.73% 0.73% -
XYZ 11.95 7.6 47.85 -
YUV 72.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 50 61 187 0.73 0.67 0 0.27 235.18 0.58 0.46
Hex 32 3D BB 49 43 0 1B EB 3A 2E
Octal 62 75 273 111 103 0 33 353 72 56
Binary 110010 111101 10111011 1001001 1000011 0 11011 11101011 111010 101110

Color Harmonies of #323DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DBB

Black with #323DBB

Text Example


Text Example

White with #323DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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