Html Css Color HEX #3135BA Persian Blue

📋 copy color: '#3135BA'

red 49 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #3135BA

Tints of Persian Blue #3135BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.58%

R = 17.01%
G = 18.4%
B = 64.58%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3135BA (or 0x3135BA) is known color: Persian Blue. HEX triplet: 31, 35 and BA. RGB value is (49,53,186). Sum of RGB (Red+Green+Blue) = 49+53+186=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #3135BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3135BA is #CECA45. Grayscale: #424242. Windows color (decimal): -13552198 or 12203313. OLE color: 12203313.

HSL color Cylindrical-coordinate representation of color #3135BA: hue angle of 238.25º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3135BA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 53 186 -
CMYK 0.74 0.72 0 0.27
HSL 238.25º 0.58% 0.46% -
HSV(B) 238.25º 0.74% 0.73% -
XYZ 11.4 6.74 47.16 -
YUV 66.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 49 53 186 0.74 0.72 0 0.27 238.25 0.58 0.46
Hex 31 35 BA 4A 48 0 1B EE 3A 2E
Octal 61 65 272 112 110 0 33 356 72 56
Binary 110001 110101 10111010 1001010 1001000 0 11011 11101110 111010 101110

Color Harmonies of #3135BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3135BA

Black with #3135BA

Text Example


Text Example

White with #3135BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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