Html Css Color HEX #351CBA Persian Blue

📋 copy color: '#351CBA'

red 53 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #351CBA

Tints of Persian Blue #351CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

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

R = 19.85%
G = 10.49%
B = 69.66%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351CBA (or 0x351CBA) is known color: Persian Blue. HEX triplet: 35, 1C and BA. RGB value is (53,28,186). Sum of RGB (Red+Green+Blue) = 53+28+186=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #351CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CBA is #CAE345. Grayscale: #343434. Windows color (decimal): -13296454 or 12196917. OLE color: 12196917.

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

Color convert

RGB 53 28 186 -
CMYK 0.72 0.85 0 0.27
HSL 249.49º 0.74% 0.42% -
HSV(B) 249.49º 0.85% 0.73% -
XYZ 10.75 5.13 46.88 -
YUV 53.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 53 28 186 0.72 0.85 0 0.27 249.49 0.74 0.42
Hex 35 1C BA 48 55 0 1B F9 4A 2A
Octal 65 34 272 110 125 0 33 371 112 52
Binary 110101 11100 10111010 1001000 1010101 0 11011 11111001 1001010 101010

Color Harmonies of #351CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CBA

Black with #351CBA

Text Example


Text Example

White with #351CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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