Html Css Color HEX #3136CF Persian Blue

📋 copy color: '#3136CF'

red 49 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #3136CF

Tints of Persian Blue #3136CF

RGB

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

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

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

R = 15.81%
G = 17.42%
B = 66.77%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3136CF (or 0x3136CF) is known color: Persian Blue. HEX triplet: 31, 36 and CF. RGB value is (49,54,207). Sum of RGB (Red+Green+Blue) = 49+54+207=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #3136CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3136CF is #CEC930. Grayscale: #454545. Windows color (decimal): -13551921 or 13579825. OLE color: 13579825.

HSL color Cylindrical-coordinate representation of color #3136CF: hue angle of 238.1º 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 #3136CF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 54 207 -
CMYK 0.76 0.74 0 0.19
HSL 238.1º 0.62% 0.5% -
HSV(B) 238.1º 0.76% 0.81% -
XYZ 13.85 7.8 59.81 -
YUV 69.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 49 54 207 0.76 0.74 0 0.19 238.1 0.62 0.5
Hex 31 36 CF 4C 4A 0 13 EE 3E 32
Octal 61 66 317 114 112 0 23 356 76 62
Binary 110001 110110 11001111 1001100 1001010 0 10011 11101110 111110 110010

Color Harmonies of #3136CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3136CF

Black with #3136CF

Text Example


Text Example

White with #3136CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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