Html Css Color HEX #3136AA Persian Blue

📋 copy color: '#3136AA'

red 49 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3136AA

Tints of Persian Blue #3136AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 17.95%
G = 19.78%
B = 62.27%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3136AA (or 0x3136AA) is known color: Persian Blue. HEX triplet: 31, 36 and AA. RGB value is (49,54,170). Sum of RGB (Red+Green+Blue) = 49+54+170=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #3136AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3136AA is #CEC955. Grayscale: #414141. Windows color (decimal): -13551958 or 11154993. OLE color: 11154993.

HSL color Cylindrical-coordinate representation of color #3136AA: hue angle of 237.52º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3136AA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 54 170 -
CMYK 0.71 0.68 0 0.33
HSL 237.52º 0.55% 0.43% -
HSV(B) 237.52º 0.71% 0.67% -
XYZ 9.84 6.19 38.71 -
YUV 65.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 49 54 170 0.71 0.68 0 0.33 237.52 0.55 0.43
Hex 31 36 AA 47 44 0 21 EE 37 2B
Octal 61 66 252 107 104 0 41 356 67 53
Binary 110001 110110 10101010 1000111 1000100 0 100001 11101110 110111 101011

Color Harmonies of #3136AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3136AA

Black with #3136AA

Text Example


Text Example

White with #3136AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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