Html Css Color HEX #351ABE Persian Blue

📋 copy color: '#351ABE'

red 53 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #351ABE

Tints of Persian Blue #351ABE

RGB

 RED value IS 53 (21.09% from 255) = 19.7%

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 19.7%
G = 9.67%
B = 70.63%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#351ABE (or 0x351ABE) is known color: Persian Blue. HEX triplet: 35, 1A and BE. RGB value is (53,26,190). Sum of RGB (Red+Green+Blue) = 53+26+190=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #351ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ABE is #CAE541. Grayscale: #343434. Windows color (decimal): -13296962 or 12458549. OLE color: 12458549.

HSL color Cylindrical-coordinate representation of color #351ABE: hue angle of 249.88º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351ABE is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 26 190 -
CMYK 0.72 0.86 0 0.25
HSL 249.88º 0.76% 0.42% -
HSV(B) 249.88º 0.86% 0.75% -
XYZ 11.13 5.21 49.13 -
YUV 52.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 53 26 190 0.72 0.86 0 0.25 249.88 0.76 0.42
Hex 35 1A BE 48 56 0 19 FA 4C 2A
Octal 65 32 276 110 126 0 31 372 114 52
Binary 110101 11010 10111110 1001000 1010110 0 11001 11111010 1001100 101010

Color Harmonies of #351ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ABE

Black with #351ABE

Text Example


Text Example

White with #351ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351ABE; }

 p { color: rgb(53,26,190); }

 H1.HeaderClassName
 {
   color: #351ABE;
 }
 .AnyTagClassName
 {
   color: #351ABE;
 }
</style>

background-color css

<style>
 a { background-color: #351ABE; }

 a { background-color: rgb(53,26,190); }

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

border-color css

<style>
 span { border-color: #351ABE; }

 span { border-color: rgb(53,26,190); }

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