Html Css Color HEX #351DC2 Persian Blue

📋 copy color: '#351DC2'

red 53 ◦ green 29 ◦ blue 194

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

Shades of Persian Blue #351DC2

Tints of Persian Blue #351DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 70.29%

R = 19.2%
G = 10.51%
B = 70.29%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#351DC2 (or 0x351DC2) is known color: Persian Blue. HEX triplet: 35, 1D and C2. RGB value is (53,29,194). Sum of RGB (Red+Green+Blue) = 53+29+194=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #351DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DC2 is #CAE23D. Grayscale: #363636. Windows color (decimal): -13296190 or 12721461. OLE color: 12721461.

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

Color convert

RGB 53 29 194 -
CMYK 0.73 0.85 0 0.24
HSL 248.73º 0.74% 0.44% -
HSV(B) 248.73º 0.85% 0.76% -
XYZ 11.65 5.53 51.49 -
YUV 54.99 206.45 126.58 -
System Red Green Blue C M Y K H S L
Decimal 53 29 194 0.73 0.85 0 0.24 248.73 0.74 0.44
Hex 35 1D C2 49 55 0 18 F9 4A 2C
Octal 65 35 302 111 125 0 30 371 112 54
Binary 110101 11101 11000010 1001001 1010101 0 11000 11111001 1001010 101100

Color Harmonies of #351DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DC2

Black with #351DC2

Text Example


Text Example

White with #351DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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