Html Css Color HEX #351AC8 Persian Blue

📋 copy color: '#351AC8'

red 53 ◦ green 26 ◦ blue 200

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

Shades of Persian Blue #351AC8

Tints of Persian Blue #351AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 71.68%

R = 19%
G = 9.32%
B = 71.68%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#351AC8 (or 0x351AC8) is known color: Persian Blue. HEX triplet: 35, 1A and C8. RGB value is (53,26,200). Sum of RGB (Red+Green+Blue) = 53+26+200=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #351AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351AC8 is #CAE537. Grayscale: #353535. Windows color (decimal): -13296952 or 13113909. OLE color: 13113909.

HSL color Cylindrical-coordinate representation of color #351AC8: hue angle of 249.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351AC8 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 26 200 -
CMYK 0.74 0.87 0 0.22
HSL 249.31º 0.77% 0.44% -
HSV(B) 249.31º 0.87% 0.78% -
XYZ 12.26 5.67 55.09 -
YUV 53.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 53 26 200 0.74 0.87 0 0.22 249.31 0.77 0.44
Hex 35 1A C8 4A 57 0 16 F9 4D 2C
Octal 65 32 310 112 127 0 26 371 115 54
Binary 110101 11010 11001000 1001010 1010111 0 10110 11111001 1001101 101100

Color Harmonies of #351AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AC8

Black with #351AC8

Text Example


Text Example

White with #351AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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