Html Css Color HEX #3135AD Persian Blue

📋 copy color: '#3135AD'

red 49 ◦ green 53 ◦ blue 173

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

Shades of Persian Blue #3135AD

Tints of Persian Blue #3135AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 17.82%
G = 19.27%
B = 62.91%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3135AD (or 0x3135AD) is known color: Persian Blue. HEX triplet: 31, 35 and AD. RGB value is (49,53,173). Sum of RGB (Red+Green+Blue) = 49+53+173=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #3135AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3135AD is #CECA52. Grayscale: #414141. Windows color (decimal): -13552211 or 11351345. OLE color: 11351345.

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

Color convert

RGB 49 53 173 -
CMYK 0.72 0.69 0 0.32
HSL 238.06º 0.56% 0.44% -
HSV(B) 238.06º 0.72% 0.68% -
XYZ 10.08 6.22 40.2 -
YUV 65.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 49 53 173 0.72 0.69 0 0.32 238.06 0.56 0.44
Hex 31 35 AD 48 45 0 20 EE 38 2C
Octal 61 65 255 110 105 0 40 356 70 54
Binary 110001 110101 10101101 1001000 1000101 0 100000 11101110 111000 101100

Color Harmonies of #3135AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3135AD

Black with #3135AD

Text Example


Text Example

White with #3135AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3135AD; }

 p { color: rgb(49,53,173); }

 H1.HeaderClassName
 {
   color: #3135AD;
 }
 .AnyTagClassName
 {
   color: #3135AD;
 }
</style>

background-color css

<style>
 a { background-color: #3135AD; }

 a { background-color: rgb(49,53,173); }

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

border-color css

<style>
 span { border-color: #3135AD; }

 span { border-color: rgb(49,53,173); }

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