Html Css Color HEX #3123BB Persian Blue

📋 copy color: '#3123BB'

red 49 ◦ green 35 ◦ blue 187

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

Shades of Persian Blue #3123BB

Tints of Persian Blue #3123BB

RGB

 RED value IS 49 (19.53% from 255) = 18.08%

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 18.08%
G = 12.92%
B = 69%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3123BB (or 0x3123BB) is known color: Persian Blue. HEX triplet: 31, 23 and BB. RGB value is (49,35,187). Sum of RGB (Red+Green+Blue) = 49+35+187=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #3123BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123BB is #CEDC44. Grayscale: #373737. Windows color (decimal): -13556805 or 12264241. OLE color: 12264241.

HSL color Cylindrical-coordinate representation of color #3123BB: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3123BB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 35 187 -
CMYK 0.74 0.81 0 0.27
HSL 245.53º 0.68% 0.44% -
HSV(B) 245.53º 0.81% 0.73% -
XYZ 10.84 5.44 47.49 -
YUV 56.51 201.64 122.64 -
System Red Green Blue C M Y K H S L
Decimal 49 35 187 0.74 0.81 0 0.27 245.53 0.68 0.44
Hex 31 23 BB 4A 51 0 1B F6 44 2C
Octal 61 43 273 112 121 0 33 366 104 54
Binary 110001 100011 10111011 1001010 1010001 0 11011 11110110 1000100 101100

Color Harmonies of #3123BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3123BB

Black with #3123BB

Text Example


Text Example

White with #3123BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3123BB; }

 p { color: rgb(49,35,187); }

 H1.HeaderClassName
 {
   color: #3123BB;
 }
 .AnyTagClassName
 {
   color: #3123BB;
 }
</style>

background-color css

<style>
 a { background-color: #3123BB; }

 a { background-color: rgb(49,35,187); }

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

border-color css

<style>
 span { border-color: #3123BB; }

 span { border-color: rgb(49,35,187); }

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