Html Css Color HEX #313ABD Persian Blue

📋 copy color: '#313ABD'

red 49 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #313ABD

Tints of Persian Blue #313ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 16.55%
G = 19.59%
B = 63.85%

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

#313ABD (or 0x313ABD) is known color: Persian Blue. HEX triplet: 31, 3A and BD. RGB value is (49,58,189). Sum of RGB (Red+Green+Blue) = 49+58+189=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #313ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ABD is #CEC542. Grayscale: #454545. Windows color (decimal): -13550915 or 12401201. OLE color: 12401201.

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

Color convert

RGB 49 58 189 -
CMYK 0.74 0.69 0 0.26
HSL 236.14º 0.59% 0.47% -
HSV(B) 236.14º 0.74% 0.74% -
XYZ 11.96 7.35 48.93 -
YUV 70.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 49 58 189 0.74 0.69 0 0.26 236.14 0.59 0.47
Hex 31 3A BD 4A 45 0 1A EC 3B 2F
Octal 61 72 275 112 105 0 32 354 73 57
Binary 110001 111010 10111101 1001010 1000101 0 11010 11101100 111011 101111

Color Harmonies of #313ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ABD

Black with #313ABD

Text Example


Text Example

White with #313ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,58,189); }

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

background-color css

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

 a { background-color: rgb(49,58,189); }

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

border-color css

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

 span { border-color: rgb(49,58,189); }

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