Html Css Color HEX #313CCB Persian Blue

📋 copy color: '#313CCB'

red 49 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #313CCB

Tints of Persian Blue #313CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 15.71%
G = 19.23%
B = 65.06%

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

#313CCB (or 0x313CCB) is known color: Persian Blue. HEX triplet: 31, 3C and CB. RGB value is (49,60,203). Sum of RGB (Red+Green+Blue) = 49+60+203=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #313CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CCB is #CEC334. Grayscale: #484848. Windows color (decimal): -13550389 or 13319217. OLE color: 13319217.

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

Color convert

RGB 49 60 203 -
CMYK 0.76 0.70 0 0.20
HSL 235.71º 0.61% 0.49% -
HSV(B) 235.71º 0.76% 0.8% -
XYZ 13.66 8.2 57.36 -
YUV 73.01 201.36 110.87 -
System Red Green Blue C M Y K H S L
Decimal 49 60 203 0.76 0.70 0 0.20 235.71 0.61 0.49
Hex 31 3C CB 4C 46 0 14 EC 3D 31
Octal 61 74 313 114 106 0 24 354 75 61
Binary 110001 111100 11001011 1001100 1000110 0 10100 11101100 111101 110001

Color Harmonies of #313CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CCB

Black with #313CCB

Text Example


Text Example

White with #313CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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