Html Css Color HEX #351BBA Persian Blue

📋 copy color: '#351BBA'

red 53 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #351BBA

Tints of Persian Blue #351BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 19.92%
G = 10.15%
B = 69.92%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351BBA (or 0x351BBA) is known color: Persian Blue. HEX triplet: 35, 1B and BA. RGB value is (53,27,186). Sum of RGB (Red+Green+Blue) = 53+27+186=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #351BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BBA is #CAE445. Grayscale: #343434. Windows color (decimal): -13296710 or 12196661. OLE color: 12196661.

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

Color convert

RGB 53 27 186 -
CMYK 0.72 0.85 0 0.27
HSL 249.81º 0.75% 0.42% -
HSV(B) 249.81º 0.85% 0.73% -
XYZ 10.72 5.09 46.87 -
YUV 52.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 53 27 186 0.72 0.85 0 0.27 249.81 0.75 0.42
Hex 35 1B BA 48 55 0 1B FA 4B 2A
Octal 65 33 272 110 125 0 33 372 113 52
Binary 110101 11011 10111010 1001000 1010101 0 11011 11111010 1001011 101010

Color Harmonies of #351BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BBA

Black with #351BBA

Text Example


Text Example

White with #351BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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