Html Css Color HEX #351CCF Persian Blue

📋 copy color: '#351CCF'

red 53 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #351CCF

Tints of Persian Blue #351CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 18.4%
G = 9.72%
B = 71.88%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#351CCF (or 0x351CCF) is known color: Persian Blue. HEX triplet: 35, 1C and CF. RGB value is (53,28,207). Sum of RGB (Red+Green+Blue) = 53+28+207=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #351CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CCF is #CAE330. Grayscale: #373737. Windows color (decimal): -13296433 or 13573173. OLE color: 13573173.

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

Color convert

RGB 53 28 207 -
CMYK 0.74 0.86 0 0.19
HSL 248.38º 0.76% 0.46% -
HSV(B) 248.38º 0.86% 0.81% -
XYZ 13.15 6.09 59.51 -
YUV 55.88 213.28 125.95 -
System Red Green Blue C M Y K H S L
Decimal 53 28 207 0.74 0.86 0 0.19 248.38 0.76 0.46
Hex 35 1C CF 4A 56 0 13 F8 4C 2E
Octal 65 34 317 112 126 0 23 370 114 56
Binary 110101 11100 11001111 1001010 1010110 0 10011 11111000 1001100 101110

Color Harmonies of #351CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CCF

Black with #351CCF

Text Example


Text Example

White with #351CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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