Html Css Color HEX #313DCB Persian Blue

📋 copy color: '#313DCB'

red 49 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #313DCB

Tints of Persian Blue #313DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 15.65%
G = 19.49%
B = 64.86%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#313DCB (or 0x313DCB) is known color: Persian Blue. HEX triplet: 31, 3D and CB. RGB value is (49,61,203). Sum of RGB (Red+Green+Blue) = 49+61+203=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #313DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DCB is #CEC234. Grayscale: #494949. Windows color (decimal): -13550133 or 13319473. OLE color: 13319473.

HSL color Cylindrical-coordinate representation of color #313DCB: hue angle of 235.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313DCB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 61 203 -
CMYK 0.76 0.70 0 0.20
HSL 235.32º 0.61% 0.49% -
HSV(B) 235.32º 0.76% 0.8% -
XYZ 13.71 8.3 57.38 -
YUV 73.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 49 61 203 0.76 0.70 0 0.20 235.32 0.61 0.49
Hex 31 3D CB 4C 46 0 14 EB 3D 31
Octal 61 75 313 114 106 0 24 353 75 61
Binary 110001 111101 11001011 1001100 1000110 0 10100 11101011 111101 110001

Color Harmonies of #313DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DCB

Black with #313DCB

Text Example


Text Example

White with #313DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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