Html Css Color HEX #3135AF Persian Blue

📋 copy color: '#3135AF'

red 49 ◦ green 53 ◦ blue 175

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

Shades of Persian Blue #3135AF

Tints of Persian Blue #3135AF

RGB

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

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

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

R = 17.69%
G = 19.13%
B = 63.18%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3135AF (or 0x3135AF) is known color: Persian Blue. HEX triplet: 31, 35 and AF. RGB value is (49,53,175). Sum of RGB (Red+Green+Blue) = 49+53+175=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #3135AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3135AF is #CECA50. Grayscale: #414141. Windows color (decimal): -13552209 or 11482417. OLE color: 11482417.

HSL color Cylindrical-coordinate representation of color #3135AF: hue angle of 238.1º 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 #3135AF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 53 175 -
CMYK 0.72 0.70 0 0.31
HSL 238.1º 0.56% 0.44% -
HSV(B) 238.1º 0.72% 0.69% -
XYZ 10.28 6.29 41.23 -
YUV 65.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 49 53 175 0.72 0.70 0 0.31 238.1 0.56 0.44
Hex 31 35 AF 48 46 0 1F EE 38 2C
Octal 61 65 257 110 106 0 37 356 70 54
Binary 110001 110101 10101111 1001000 1000110 0 11111 11101110 111000 101100

Color Harmonies of #3135AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3135AF

Black with #3135AF

Text Example


Text Example

White with #3135AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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