Html Css Color HEX #3115B8 Persian Blue

📋 copy color: '#3115B8'

red 49 ◦ green 21 ◦ blue 184

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

Shades of Persian Blue #3115B8

Tints of Persian Blue #3115B8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 184 (72.27% from 255) = 72.44%

R = 19.29%
G = 8.27%
B = 72.44%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3115B8 (or 0x3115B8) is known color: Persian Blue. HEX triplet: 31, 15 and B8. RGB value is (49,21,184). Sum of RGB (Red+Green+Blue) = 49+21+184=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 184 (72.27% from 255 or 72.44% from 254); Max value from RGB is 184 - color contains mainly: blue. Hex color #3115B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115B8 is #CEEA47. Grayscale: #2F2F2F. Windows color (decimal): -13560392 or 12064049. OLE color: 12064049.

HSL color Cylindrical-coordinate representation of color #3115B8: hue angle of 250.31º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3115B8 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 21 184 -
CMYK 0.73 0.89 0 0.28
HSL 250.31º 0.8% 0.4% -
HSV(B) 250.31º 0.89% 0.72% -
XYZ 10.19 4.65 45.71 -
YUV 47.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 49 21 184 0.73 0.89 0 0.28 250.31 0.8 0.4
Hex 31 15 B8 49 59 0 1C FA 50 28
Octal 61 25 270 111 131 0 34 372 120 50
Binary 110001 10101 10111000 1001001 1011001 0 11100 11111010 1010000 101000

Color Harmonies of #3115B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115B8

Black with #3115B8

Text Example


Text Example

White with #3115B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3115B8; }

 p { color: rgb(49,21,184); }

 H1.HeaderClassName
 {
   color: #3115B8;
 }
 .AnyTagClassName
 {
   color: #3115B8;
 }
</style>

background-color css

<style>
 a { background-color: #3115B8; }

 a { background-color: rgb(49,21,184); }

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

border-color css

<style>
 span { border-color: #3115B8; }

 span { border-color: rgb(49,21,184); }

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