Html Css Color HEX #313DBA Persian Blue

📋 copy color: '#313DBA'

red 49 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #313DBA

Tints of Persian Blue #313DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 16.55%
G = 20.61%
B = 62.84%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#313DBA (or 0x313DBA) is known color: Persian Blue. HEX triplet: 31, 3D and BA. RGB value is (49,61,186). Sum of RGB (Red+Green+Blue) = 49+61+186=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #313DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DBA is #CEC245. Grayscale: #474747. Windows color (decimal): -13550150 or 12205361. OLE color: 12205361.

HSL color Cylindrical-coordinate representation of color #313DBA: hue angle of 234.74º 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 #313DBA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 61 186 -
CMYK 0.74 0.67 0 0.27
HSL 234.74º 0.58% 0.46% -
HSV(B) 234.74º 0.74% 0.73% -
XYZ 11.8 7.54 47.29 -
YUV 71.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 49 61 186 0.74 0.67 0 0.27 234.74 0.58 0.46
Hex 31 3D BA 4A 43 0 1B EB 3A 2E
Octal 61 75 272 112 103 0 33 353 72 56
Binary 110001 111101 10111010 1001010 1000011 0 11011 11101011 111010 101110

Color Harmonies of #313DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DBA

Black with #313DBA

Text Example


Text Example

White with #313DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,186); }

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

background-color css

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

 a { background-color: rgb(49,61,186); }

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

border-color css

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

 span { border-color: rgb(49,61,186); }

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