Html Css Color HEX #351CCD Persian Blue

📋 copy color: '#351CCD'

red 53 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #351CCD

Tints of Persian Blue #351CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 18.53%
G = 9.79%
B = 71.68%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#351CCD (or 0x351CCD) is known color: Persian Blue. HEX triplet: 35, 1C and CD. RGB value is (53,28,205). Sum of RGB (Red+Green+Blue) = 53+28+205=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #351CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CCD is #CAE332. Grayscale: #363636. Windows color (decimal): -13296435 or 13442101. OLE color: 13442101.

HSL color Cylindrical-coordinate representation of color #351CCD: hue angle of 248.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351CCD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 28 205 -
CMYK 0.74 0.86 0 0.20
HSL 248.47º 0.76% 0.46% -
HSV(B) 248.47º 0.86% 0.8% -
XYZ 12.9 6 58.23 -
YUV 55.65 212.28 126.11 -
System Red Green Blue C M Y K H S L
Decimal 53 28 205 0.74 0.86 0 0.20 248.47 0.76 0.46
Hex 35 1C CD 4A 56 0 14 F8 4C 2E
Octal 65 34 315 112 126 0 24 370 114 56
Binary 110101 11100 11001101 1001010 1010110 0 10100 11111000 1001100 101110

Color Harmonies of #351CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CCD

Black with #351CCD

Text Example


Text Example

White with #351CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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