Html Css Color HEX #351FBA Persian Blue

📋 copy color: '#351FBA'

red 53 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #351FBA

Tints of Persian Blue #351FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.48%

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

R = 19.63%
G = 11.48%
B = 68.89%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351FBA (or 0x351FBA) is known color: Persian Blue. HEX triplet: 35, 1F and BA. RGB value is (53,31,186). Sum of RGB (Red+Green+Blue) = 53+31+186=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #351FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FBA is #CAE045. Grayscale: #363636. Windows color (decimal): -13295686 or 12197685. OLE color: 12197685.

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

Color convert

RGB 53 31 186 -
CMYK 0.72 0.83 0 0.27
HSL 248.52º 0.71% 0.43% -
HSV(B) 248.52º 0.83% 0.73% -
XYZ 10.82 5.28 46.9 -
YUV 55.25 201.79 126.4 -
System Red Green Blue C M Y K H S L
Decimal 53 31 186 0.72 0.83 0 0.27 248.52 0.71 0.43
Hex 35 1F BA 48 53 0 1B F9 47 2B
Octal 65 37 272 110 123 0 33 371 107 53
Binary 110101 11111 10111010 1001000 1010011 0 11011 11111001 1000111 101011

Color Harmonies of #351FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FBA

Black with #351FBA

Text Example


Text Example

White with #351FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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