Html Css Color HEX #313BC0 Persian Blue

📋 copy color: '#313BC0'

red 49 ◦ green 59 ◦ blue 192

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

Shades of Persian Blue #313BC0

Tints of Persian Blue #313BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64%

R = 16.33%
G = 19.67%
B = 64%

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

#313BC0 (or 0x313BC0) is known color: Persian Blue. HEX triplet: 31, 3B and C0. RGB value is (49,59,192). Sum of RGB (Red+Green+Blue) = 49+59+192=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #313BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BC0 is #CEC43F. Grayscale: #464646. Windows color (decimal): -13550656 or 12598065. OLE color: 12598065.

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

Color convert

RGB 49 59 192 -
CMYK 0.74 0.69 0 0.25
HSL 235.8º 0.59% 0.47% -
HSV(B) 235.8º 0.74% 0.75% -
XYZ 12.35 7.59 50.68 -
YUV 71.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 49 59 192 0.74 0.69 0 0.25 235.8 0.59 0.47
Hex 31 3B C0 4A 45 0 19 EC 3B 2F
Octal 61 73 300 112 105 0 31 354 73 57
Binary 110001 111011 11000000 1001010 1000101 0 11001 11101100 111011 101111

Color Harmonies of #313BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BC0

Black with #313BC0

Text Example


Text Example

White with #313BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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