Html Css Color HEX #312CBC Persian Blue

📋 copy color: '#312CBC'

red 49 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #312CBC

Tints of Persian Blue #312CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

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

R = 17.44%
G = 15.66%
B = 66.9%

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

#312CBC (or 0x312CBC) is known color: Persian Blue. HEX triplet: 31, 2C and BC. RGB value is (49,44,188). Sum of RGB (Red+Green+Blue) = 49+44+188=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #312CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CBC is #CED343. Grayscale: #3D3D3D. Windows color (decimal): -13554500 or 12332081. OLE color: 12332081.

HSL color Cylindrical-coordinate representation of color #312CBC: hue angle of 242.08º degrees, saturation: 0.62, 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 #312CBC is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 44 188 -
CMYK 0.74 0.77 0 0.26
HSL 242.08º 0.62% 0.45% -
HSV(B) 242.08º 0.77% 0.74% -
XYZ 11.24 6.09 48.16 -
YUV 61.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 49 44 188 0.74 0.77 0 0.26 242.08 0.62 0.45
Hex 31 2C BC 4A 4D 0 1A F2 3E 2D
Octal 61 54 274 112 115 0 32 362 76 55
Binary 110001 101100 10111100 1001010 1001101 0 11010 11110010 111110 101101

Color Harmonies of #312CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CBC

Black with #312CBC

Text Example


Text Example

White with #312CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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