Html Css Color HEX #313BBE Persian Blue

📋 copy color: '#313BBE'

red 49 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #313BBE

Tints of Persian Blue #313BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 16.44%
G = 19.8%
B = 63.76%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#313BBE (or 0x313BBE) is known color: Persian Blue. HEX triplet: 31, 3B and BE. RGB value is (49,59,190). Sum of RGB (Red+Green+Blue) = 49+59+190=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #313BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBE is #CEC441. Grayscale: #464646. Windows color (decimal): -13550658 or 12466993. OLE color: 12466993.

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

Color convert

RGB 49 59 190 -
CMYK 0.74 0.69 0 0.25
HSL 235.74º 0.59% 0.47% -
HSV(B) 235.74º 0.74% 0.75% -
XYZ 12.12 7.5 49.52 -
YUV 70.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 49 59 190 0.74 0.69 0 0.25 235.74 0.59 0.47
Hex 31 3B BE 4A 45 0 19 EC 3B 2F
Octal 61 73 276 112 105 0 31 354 73 57
Binary 110001 111011 10111110 1001010 1000101 0 11001 11101100 111011 101111

Color Harmonies of #313BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BBE

Black with #313BBE

Text Example


Text Example

White with #313BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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