Html Css Color HEX #351DBA Persian Blue

📋 copy color: '#351DBA'

red 53 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #351DBA

Tints of Persian Blue #351DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

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

R = 19.78%
G = 10.82%
B = 69.4%

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

#351DBA (or 0x351DBA) is known color: Persian Blue. HEX triplet: 35, 1D and BA. RGB value is (53,29,186). Sum of RGB (Red+Green+Blue) = 53+29+186=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #351DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DBA is #CAE245. Grayscale: #353535. Windows color (decimal): -13296198 or 12197173. OLE color: 12197173.

HSL color Cylindrical-coordinate representation of color #351DBA: hue angle of 249.17º degrees, saturation: 0.73, 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 #351DBA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 29 186 -
CMYK 0.72 0.84 0 0.27
HSL 249.17º 0.73% 0.42% -
HSV(B) 249.17º 0.84% 0.73% -
XYZ 10.77 5.18 46.89 -
YUV 54.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 53 29 186 0.72 0.84 0 0.27 249.17 0.73 0.42
Hex 35 1D BA 48 54 0 1B F9 49 2A
Octal 65 35 272 110 124 0 33 371 111 52
Binary 110101 11101 10111010 1001000 1010100 0 11011 11111001 1001001 101010

Color Harmonies of #351DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DBA

Black with #351DBA

Text Example


Text Example

White with #351DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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