Html Css Color HEX #351FCC Persian Blue

📋 copy color: '#351FCC'

red 53 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #351FCC

Tints of Persian Blue #351FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

 BLUE value IS 204 (80.08% from 255) = 70.83%

R = 18.4%
G = 10.76%
B = 70.83%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#351FCC (or 0x351FCC) is known color: Persian Blue. HEX triplet: 35, 1F and CC. RGB value is (53,31,204). Sum of RGB (Red+Green+Blue) = 53+31+204=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #351FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FCC is #CAE033. Grayscale: #383838. Windows color (decimal): -13295668 or 13377333. OLE color: 13377333.

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

Color convert

RGB 53 31 204 -
CMYK 0.74 0.85 0 0.2
HSL 247.63º 0.74% 0.46% -
HSV(B) 247.63º 0.85% 0.8% -
XYZ 12.86 6.1 57.63 -
YUV 57.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 53 31 204 0.74 0.85 0 0.2 247.63 0.74 0.46
Hex 35 1F CC 4A 55 0 14 F8 4A 2E
Octal 65 37 314 112 125 0 24 370 112 56
Binary 110101 11111 11001100 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #351FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FCC

Black with #351FCC

Text Example


Text Example

White with #351FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,204); }

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

background-color css

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

 a { background-color: rgb(53,31,204); }

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

border-color css

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

 span { border-color: rgb(53,31,204); }

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