Html Css Color HEX #313BBC Persian Blue

📋 copy color: '#313BBC'

red 49 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #313BBC

Tints of Persian Blue #313BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

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

R = 16.55%
G = 19.93%
B = 63.51%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#313BBC (or 0x313BBC) is known color: Persian Blue. HEX triplet: 31, 3B and BC. RGB value is (49,59,188). Sum of RGB (Red+Green+Blue) = 49+59+188=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #313BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBC is #CEC443. Grayscale: #464646. Windows color (decimal): -13550660 or 12335921. OLE color: 12335921.

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

Color convert

RGB 49 59 188 -
CMYK 0.74 0.69 0 0.26
HSL 235.68º 0.59% 0.46% -
HSV(B) 235.68º 0.74% 0.74% -
XYZ 11.91 7.41 48.38 -
YUV 70.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 49 59 188 0.74 0.69 0 0.26 235.68 0.59 0.46
Hex 31 3B BC 4A 45 0 1A EC 3B 2E
Octal 61 73 274 112 105 0 32 354 73 56
Binary 110001 111011 10111100 1001010 1000101 0 11010 11101100 111011 101110

Color Harmonies of #313BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BBC

Black with #313BBC

Text Example


Text Example

White with #313BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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