Html Css Color HEX #351CBC Persian Blue

📋 copy color: '#351CBC'

red 53 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #351CBC

Tints of Persian Blue #351CBC

RGB

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

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

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

R = 19.7%
G = 10.41%
B = 69.89%

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

#351CBC (or 0x351CBC) is known color: Persian Blue. HEX triplet: 35, 1C and BC. RGB value is (53,28,188). Sum of RGB (Red+Green+Blue) = 53+28+188=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #351CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CBC is #CAE343. Grayscale: #353535. Windows color (decimal): -13296452 or 12327989. OLE color: 12327989.

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

Color convert

RGB 53 28 188 -
CMYK 0.72 0.85 0 0.26
HSL 249.38º 0.74% 0.42% -
HSV(B) 249.38º 0.85% 0.74% -
XYZ 10.96 5.22 48.01 -
YUV 53.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 53 28 188 0.72 0.85 0 0.26 249.38 0.74 0.42
Hex 35 1C BC 48 55 0 1A F9 4A 2A
Octal 65 34 274 110 125 0 32 371 112 52
Binary 110101 11100 10111100 1001000 1010101 0 11010 11111001 1001010 101010

Color Harmonies of #351CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CBC

Black with #351CBC

Text Example


Text Example

White with #351CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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