Html Css Color HEX #351DC4 Persian Blue

📋 copy color: '#351DC4'

red 53 ◦ green 29 ◦ blue 196

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

Shades of Persian Blue #351DC4

Tints of Persian Blue #351DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 19.06%
G = 10.43%
B = 70.5%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#351DC4 (or 0x351DC4) is known color: Persian Blue. HEX triplet: 35, 1D and C4. RGB value is (53,29,196). Sum of RGB (Red+Green+Blue) = 53+29+196=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #351DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DC4 is #CAE23B. Grayscale: #363636. Windows color (decimal): -13296188 or 12852533. OLE color: 12852533.

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

Color convert

RGB 53 29 196 -
CMYK 0.73 0.85 0 0.23
HSL 248.62º 0.74% 0.44% -
HSV(B) 248.62º 0.85% 0.77% -
XYZ 11.87 5.62 52.68 -
YUV 55.21 207.45 126.42 -
System Red Green Blue C M Y K H S L
Decimal 53 29 196 0.73 0.85 0 0.23 248.62 0.74 0.44
Hex 35 1D C4 49 55 0 17 F9 4A 2C
Octal 65 35 304 111 125 0 27 371 112 54
Binary 110101 11101 11000100 1001001 1010101 0 10111 11111001 1001010 101100

Color Harmonies of #351DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DC4

Black with #351DC4

Text Example


Text Example

White with #351DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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