Html Css Color HEX #312BBC Persian Blue

📋 copy color: '#312BBC'

red 49 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #312BBC

Tints of Persian Blue #312BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

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

R = 17.5%
G = 15.36%
B = 67.14%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#312BBC (or 0x312BBC) is known color: Persian Blue. HEX triplet: 31, 2B and BC. RGB value is (49,43,188). Sum of RGB (Red+Green+Blue) = 49+43+188=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #312BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BBC is #CED443. Grayscale: #3C3C3C. Windows color (decimal): -13554756 or 12331825. OLE color: 12331825.

HSL color Cylindrical-coordinate representation of color #312BBC: hue angle of 242.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312BBC is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 43 188 -
CMYK 0.74 0.77 0 0.26
HSL 242.48º 0.63% 0.45% -
HSV(B) 242.48º 0.77% 0.74% -
XYZ 11.21 6.01 48.15 -
YUV 61.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 49 43 188 0.74 0.77 0 0.26 242.48 0.63 0.45
Hex 31 2B BC 4A 4D 0 1A F2 3F 2D
Octal 61 53 274 112 115 0 32 362 77 55
Binary 110001 101011 10111100 1001010 1001101 0 11010 11110010 111111 101101

Color Harmonies of #312BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BBC

Black with #312BBC

Text Example


Text Example

White with #312BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312BBC; }

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

 H1.HeaderClassName
 {
   color: #312BBC;
 }
 .AnyTagClassName
 {
   color: #312BBC;
 }
</style>

background-color css

<style>
 a { background-color: #312BBC; }

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

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

border-color css

<style>
 span { border-color: #312BBC; }

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

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