Html Css Color HEX #351BCE Persian Blue

📋 copy color: '#351BCE'

red 53 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #351BCE

Tints of Persian Blue #351BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 18.53%
G = 9.44%
B = 72.03%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#351BCE (or 0x351BCE) is known color: Persian Blue. HEX triplet: 35, 1B and CE. RGB value is (53,27,206). Sum of RGB (Red+Green+Blue) = 53+27+206=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #351BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BCE is #CAE431. Grayscale: #363636. Windows color (decimal): -13296690 or 13507381. OLE color: 13507381.

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

Color convert

RGB 53 27 206 -
CMYK 0.74 0.87 0 0.19
HSL 248.72º 0.77% 0.46% -
HSV(B) 248.72º 0.87% 0.81% -
XYZ 13 6 58.86 -
YUV 55.18 213.11 126.45 -
System Red Green Blue C M Y K H S L
Decimal 53 27 206 0.74 0.87 0 0.19 248.72 0.77 0.46
Hex 35 1B CE 4A 57 0 13 F9 4D 2E
Octal 65 33 316 112 127 0 23 371 115 56
Binary 110101 11011 11001110 1001010 1010111 0 10011 11111001 1001101 101110

Color Harmonies of #351BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BCE

Black with #351BCE

Text Example


Text Example

White with #351BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,27,206); }

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

background-color css

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

 a { background-color: rgb(53,27,206); }

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

border-color css

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

 span { border-color: rgb(53,27,206); }

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