Html Css Color HEX #351EAF Persian Blue

📋 copy color: '#351EAF'

red 53 ◦ green 30 ◦ blue 175

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

Shades of Persian Blue #351EAF

Tints of Persian Blue #351EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 175 (68.75% from 255) = 67.83%

R = 20.54%
G = 11.63%
B = 67.83%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#351EAF (or 0x351EAF) is known color: Persian Blue. HEX triplet: 35, 1E and AF. RGB value is (53,30,175). Sum of RGB (Red+Green+Blue) = 53+30+175=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #351EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351EAF is #CAE150. Grayscale: #343434. Windows color (decimal): -13295953 or 11476533. OLE color: 11476533.

HSL color Cylindrical-coordinate representation of color #351EAF: hue angle of 249.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351EAF is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 30 175 -
CMYK 0.70 0.83 0 0.31
HSL 249.52º 0.71% 0.4% -
HSV(B) 249.52º 0.83% 0.69% -
XYZ 9.67 4.78 40.97 -
YUV 53.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 53 30 175 0.70 0.83 0 0.31 249.52 0.71 0.4
Hex 35 1E AF 46 53 0 1F FA 47 28
Octal 65 36 257 106 123 0 37 372 107 50
Binary 110101 11110 10101111 1000110 1010011 0 11111 11111010 1000111 101000

Color Harmonies of #351EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EAF

Black with #351EAF

Text Example


Text Example

White with #351EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,30,175); }

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

background-color css

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

 a { background-color: rgb(53,30,175); }

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

border-color css

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

 span { border-color: rgb(53,30,175); }

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