Html Css Color HEX #313BCF Persian Blue

📋 copy color: '#313BCF'

red 49 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #313BCF

Tints of Persian Blue #313BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 15.56%
G = 18.73%
B = 65.71%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#313BCF (or 0x313BCF) is known color: Persian Blue. HEX triplet: 31, 3B and CF. RGB value is (49,59,207). Sum of RGB (Red+Green+Blue) = 49+59+207=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #313BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BCF is #CEC430. Grayscale: #484848. Windows color (decimal): -13550641 or 13581105. OLE color: 13581105.

HSL color Cylindrical-coordinate representation of color #313BCF: hue angle of 236.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313BCF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 59 207 -
CMYK 0.76 0.71 0 0.19
HSL 236.2º 0.62% 0.5% -
HSV(B) 236.2º 0.76% 0.81% -
XYZ 14.09 8.29 59.89 -
YUV 72.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 49 59 207 0.76 0.71 0 0.19 236.2 0.62 0.5
Hex 31 3B CF 4C 47 0 13 EC 3E 32
Octal 61 73 317 114 107 0 23 354 76 62
Binary 110001 111011 11001111 1001100 1000111 0 10011 11101100 111110 110010

Color Harmonies of #313BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BCF

Black with #313BCF

Text Example


Text Example

White with #313BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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