Html Css Color HEX #351DBC Persian Blue

📋 copy color: '#351DBC'

red 53 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #351DBC

Tints of Persian Blue #351DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 19.63%
G = 10.74%
B = 69.63%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#351DBC (or 0x351DBC) is known color: Persian Blue. HEX triplet: 35, 1D and BC. RGB value is (53,29,188). Sum of RGB (Red+Green+Blue) = 53+29+188=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #351DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DBC is #CAE243. Grayscale: #353535. Windows color (decimal): -13296196 or 12328245. OLE color: 12328245.

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

Color convert

RGB 53 29 188 -
CMYK 0.72 0.85 0 0.26
HSL 249.06º 0.73% 0.43% -
HSV(B) 249.06º 0.85% 0.74% -
XYZ 10.98 5.27 48.01 -
YUV 54.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 53 29 188 0.72 0.85 0 0.26 249.06 0.73 0.43
Hex 35 1D BC 48 55 0 1A F9 49 2B
Octal 65 35 274 110 125 0 32 371 111 53
Binary 110101 11101 10111100 1001000 1010101 0 11010 11111001 1001001 101011

Color Harmonies of #351DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DBC

Black with #351DBC

Text Example


Text Example

White with #351DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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