Html Css Color HEX #351CB3 Persian Blue

📋 copy color: '#351CB3'

red 53 ◦ green 28 ◦ blue 179

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

Shades of Persian Blue #351CB3

Tints of Persian Blue #351CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.85%

R = 20.38%
G = 10.77%
B = 68.85%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#351CB3 (or 0x351CB3) is known color: Persian Blue. HEX triplet: 35, 1C and B3. RGB value is (53,28,179). Sum of RGB (Red+Green+Blue) = 53+28+179=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 179 (70.31% from 255 or 68.85% from 260); Max value from RGB is 179 - color contains mainly: blue. Hex color #351CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CB3 is #CAE34C. Grayscale: #343434. Windows color (decimal): -13296461 or 11738165. OLE color: 11738165.

HSL color Cylindrical-coordinate representation of color #351CB3: hue angle of 249.93º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351CB3 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 28 179 -
CMYK 0.70 0.84 0 0.30
HSL 249.93º 0.73% 0.41% -
HSV(B) 249.93º 0.84% 0.7% -
XYZ 10.02 4.84 43.05 -
YUV 52.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 53 28 179 0.70 0.84 0 0.30 249.93 0.73 0.41
Hex 35 1C B3 46 54 0 1E FA 49 29
Octal 65 34 263 106 124 0 36 372 111 51
Binary 110101 11100 10110011 1000110 1010100 0 11110 11111010 1001001 101001

Color Harmonies of #351CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CB3

Black with #351CB3

Text Example


Text Example

White with #351CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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