Html Css Color HEX #3136BE Persian Blue

📋 copy color: '#3136BE'

red 49 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #3136BE

Tints of Persian Blue #3136BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 16.72%
G = 18.43%
B = 64.85%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3136BE (or 0x3136BE) is known color: Persian Blue. HEX triplet: 31, 36 and BE. RGB value is (49,54,190). Sum of RGB (Red+Green+Blue) = 49+54+190=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #3136BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136BE is #CEC941. Grayscale: #434343. Windows color (decimal): -13551938 or 12465713. OLE color: 12465713.

HSL color Cylindrical-coordinate representation of color #3136BE: hue angle of 237.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3136BE is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 54 190 -
CMYK 0.74 0.72 0 0.25
HSL 237.87º 0.59% 0.47% -
HSV(B) 237.87º 0.74% 0.75% -
XYZ 11.88 7.01 49.44 -
YUV 68.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 49 54 190 0.74 0.72 0 0.25 237.87 0.59 0.47
Hex 31 36 BE 4A 48 0 19 EE 3B 2F
Octal 61 66 276 112 110 0 31 356 73 57
Binary 110001 110110 10111110 1001010 1001000 0 11001 11101110 111011 101111

Color Harmonies of #3136BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3136BE

Black with #3136BE

Text Example


Text Example

White with #3136BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3136BE; }

 p { color: rgb(49,54,190); }

 H1.HeaderClassName
 {
   color: #3136BE;
 }
 .AnyTagClassName
 {
   color: #3136BE;
 }
</style>

background-color css

<style>
 a { background-color: #3136BE; }

 a { background-color: rgb(49,54,190); }

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

border-color css

<style>
 span { border-color: #3136BE; }

 span { border-color: rgb(49,54,190); }

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