Html Css Color HEX #3136AF Persian Blue

📋 copy color: '#3136AF'

red 49 ◦ green 54 ◦ blue 175

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

Shades of Persian Blue #3136AF

Tints of Persian Blue #3136AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.95%

R = 17.63%
G = 19.42%
B = 62.95%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3136AF (or 0x3136AF) is known color: Persian Blue. HEX triplet: 31, 36 and AF. RGB value is (49,54,175). Sum of RGB (Red+Green+Blue) = 49+54+175=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #3136AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3136AF is #CEC950. Grayscale: #414141. Windows color (decimal): -13551953 or 11482673. OLE color: 11482673.

HSL color Cylindrical-coordinate representation of color #3136AF: hue angle of 237.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3136AF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 54 175 -
CMYK 0.72 0.69 0 0.31
HSL 237.62º 0.56% 0.44% -
HSV(B) 237.62º 0.72% 0.69% -
XYZ 10.32 6.39 41.25 -
YUV 66.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 49 54 175 0.72 0.69 0 0.31 237.62 0.56 0.44
Hex 31 36 AF 48 45 0 1F EE 38 2C
Octal 61 66 257 110 105 0 37 356 70 54
Binary 110001 110110 10101111 1001000 1000101 0 11111 11101110 111000 101100

Color Harmonies of #3136AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3136AF

Black with #3136AF

Text Example


Text Example

White with #3136AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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