Html Css Color HEX #313FC4 Persian Blue

📋 copy color: '#313FC4'

red 49 ◦ green 63 ◦ blue 196

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

Shades of Persian Blue #313FC4

Tints of Persian Blue #313FC4

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 196 (76.95% from 255) = 63.64%

R = 15.91%
G = 20.45%
B = 63.64%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#313FC4 (or 0x313FC4) is known color: Persian Blue. HEX triplet: 31, 3F and C4. RGB value is (49,63,196). Sum of RGB (Red+Green+Blue) = 49+63+196=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #313FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FC4 is #CEC03B. Grayscale: #494949. Windows color (decimal): -13549628 or 12861233. OLE color: 12861233.

HSL color Cylindrical-coordinate representation of color #313FC4: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313FC4 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 63 196 -
CMYK 0.75 0.68 0 0.23
HSL 234.29º 0.6% 0.48% -
HSV(B) 234.29º 0.75% 0.77% -
XYZ 13.01 8.19 53.12 -
YUV 73.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 49 63 196 0.75 0.68 0 0.23 234.29 0.6 0.48
Hex 31 3F C4 4B 44 0 17 EA 3C 30
Octal 61 77 304 113 104 0 27 352 74 60
Binary 110001 111111 11000100 1001011 1000100 0 10111 11101010 111100 110000

Color Harmonies of #313FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FC4

Black with #313FC4

Text Example


Text Example

White with #313FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,196); }

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

background-color css

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

 a { background-color: rgb(49,63,196); }

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

border-color css

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

 span { border-color: rgb(49,63,196); }

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