Html Css Color HEX #313ECB Persian Blue

📋 copy color: '#313ECB'

red 49 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #313ECB

Tints of Persian Blue #313ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

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

R = 15.61%
G = 19.75%
B = 64.65%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#313ECB (or 0x313ECB) is known color: Persian Blue. HEX triplet: 31, 3E and CB. RGB value is (49,62,203). Sum of RGB (Red+Green+Blue) = 49+62+203=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #313ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ECB is #CEC134. Grayscale: #494949. Windows color (decimal): -13549877 or 13319729. OLE color: 13319729.

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

Color convert

RGB 49 62 203 -
CMYK 0.76 0.69 0 0.20
HSL 234.94º 0.61% 0.49% -
HSV(B) 234.94º 0.76% 0.8% -
XYZ 13.77 8.41 57.4 -
YUV 74.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 49 62 203 0.76 0.69 0 0.20 234.94 0.61 0.49
Hex 31 3E CB 4C 45 0 14 EB 3D 31
Octal 61 76 313 114 105 0 24 353 75 61
Binary 110001 111110 11001011 1001100 1000101 0 10100 11101011 111101 110001

Color Harmonies of #313ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ECB

Black with #313ECB

Text Example


Text Example

White with #313ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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