Html Css Color HEX #351CBE Persian Blue

📋 copy color: '#351CBE'

red 53 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #351CBE

Tints of Persian Blue #351CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 19.56%
G = 10.33%
B = 70.11%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#351CBE (or 0x351CBE) is known color: Persian Blue. HEX triplet: 35, 1C and BE. RGB value is (53,28,190). Sum of RGB (Red+Green+Blue) = 53+28+190=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #351CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CBE is #CAE341. Grayscale: #353535. Windows color (decimal): -13296450 or 12459061. OLE color: 12459061.

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

Color convert

RGB 53 28 190 -
CMYK 0.72 0.85 0 0.25
HSL 249.26º 0.74% 0.43% -
HSV(B) 249.26º 0.85% 0.75% -
XYZ 11.18 5.31 49.15 -
YUV 53.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 53 28 190 0.72 0.85 0 0.25 249.26 0.74 0.43
Hex 35 1C BE 48 55 0 19 F9 4A 2B
Octal 65 34 276 110 125 0 31 371 112 53
Binary 110101 11100 10111110 1001000 1010101 0 11001 11111001 1001010 101011

Color Harmonies of #351CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CBE

Black with #351CBE

Text Example


Text Example

White with #351CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,190); }

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

background-color css

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

 a { background-color: rgb(53,28,190); }

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

border-color css

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

 span { border-color: rgb(53,28,190); }

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