Html Css Color HEX #313BBB Persian Blue

📋 copy color: '#313BBB'

red 49 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #313BBB

Tints of Persian Blue #313BBB

RGB

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

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

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

R = 16.61%
G = 20%
B = 63.39%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#313BBB (or 0x313BBB) is known color: Persian Blue. HEX triplet: 31, 3B and BB. RGB value is (49,59,187). Sum of RGB (Red+Green+Blue) = 49+59+187=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #313BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBB is #CEC444. Grayscale: #464646. Windows color (decimal): -13550661 or 12270385. OLE color: 12270385.

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

Color convert

RGB 49 59 187 -
CMYK 0.74 0.68 0 0.27
HSL 235.65º 0.58% 0.46% -
HSV(B) 235.65º 0.74% 0.73% -
XYZ 11.8 7.37 47.81 -
YUV 70.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 49 59 187 0.74 0.68 0 0.27 235.65 0.58 0.46
Hex 31 3B BB 4A 44 0 1B EC 3A 2E
Octal 61 73 273 112 104 0 33 354 72 56
Binary 110001 111011 10111011 1001010 1000100 0 11011 11101100 111010 101110

Color Harmonies of #313BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BBB

Black with #313BBB

Text Example


Text Example

White with #313BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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