Html Css Color HEX #351EBA Persian Blue

📋 copy color: '#351EBA'

red 53 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #351EBA

Tints of Persian Blue #351EBA

RGB

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

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

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

R = 19.7%
G = 11.15%
B = 69.14%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351EBA (or 0x351EBA) is known color: Persian Blue. HEX triplet: 35, 1E and BA. RGB value is (53,30,186). Sum of RGB (Red+Green+Blue) = 53+30+186=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #351EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351EBA is #CAE145. Grayscale: #363636. Windows color (decimal): -13295942 or 12197429. OLE color: 12197429.

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

Color convert

RGB 53 30 186 -
CMYK 0.72 0.84 0 0.27
HSL 248.85º 0.72% 0.42% -
HSV(B) 248.85º 0.84% 0.73% -
XYZ 10.8 5.23 46.9 -
YUV 54.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 53 30 186 0.72 0.84 0 0.27 248.85 0.72 0.42
Hex 35 1E BA 48 54 0 1B F9 48 2A
Octal 65 36 272 110 124 0 33 371 110 52
Binary 110101 11110 10111010 1001000 1010100 0 11011 11111001 1001000 101010

Color Harmonies of #351EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EBA

Black with #351EBA

Text Example


Text Example

White with #351EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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