Html Css Color HEX #3123BC Persian Blue

📋 copy color: '#3123BC'

red 49 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #3123BC

Tints of Persian Blue #3123BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 18.01%
G = 12.87%
B = 69.12%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3123BC (or 0x3123BC) is known color: Persian Blue. HEX triplet: 31, 23 and BC. RGB value is (49,35,188). Sum of RGB (Red+Green+Blue) = 49+35+188=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #3123BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123BC is #CEDC43. Grayscale: #383838. Windows color (decimal): -13556804 or 12329777. OLE color: 12329777.

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

Color convert

RGB 49 35 188 -
CMYK 0.74 0.81 0 0.26
HSL 245.49º 0.69% 0.44% -
HSV(B) 245.49º 0.81% 0.74% -
XYZ 10.94 5.49 48.06 -
YUV 56.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 49 35 188 0.74 0.81 0 0.26 245.49 0.69 0.44
Hex 31 23 BC 4A 51 0 1A F5 45 2C
Octal 61 43 274 112 121 0 32 365 105 54
Binary 110001 100011 10111100 1001010 1010001 0 11010 11110101 1000101 101100

Color Harmonies of #3123BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3123BC

Black with #3123BC

Text Example


Text Example

White with #3123BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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