Html Css Color HEX #351AC3 Persian Blue

📋 copy color: '#351AC3'

red 53 ◦ green 26 ◦ blue 195

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

Shades of Persian Blue #351AC3

Tints of Persian Blue #351AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.17%

R = 19.34%
G = 9.49%
B = 71.17%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#351AC3 (or 0x351AC3) is known color: Persian Blue. HEX triplet: 35, 1A and C3. RGB value is (53,26,195). Sum of RGB (Red+Green+Blue) = 53+26+195=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #351AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351AC3 is #CAE53C. Grayscale: #343434. Windows color (decimal): -13296957 or 12786229. OLE color: 12786229.

HSL color Cylindrical-coordinate representation of color #351AC3: hue angle of 249.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351AC3 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 26 195 -
CMYK 0.73 0.87 0 0.24
HSL 249.59º 0.76% 0.43% -
HSV(B) 249.59º 0.87% 0.76% -
XYZ 11.69 5.44 52.06 -
YUV 53.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 53 26 195 0.73 0.87 0 0.24 249.59 0.76 0.43
Hex 35 1A C3 49 57 0 18 FA 4C 2B
Octal 65 32 303 111 127 0 30 372 114 53
Binary 110101 11010 11000011 1001001 1010111 0 11000 11111010 1001100 101011

Color Harmonies of #351AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AC3

Black with #351AC3

Text Example


Text Example

White with #351AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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