Html Css Color HEX #351DCC Persian Blue

📋 copy color: '#351DCC'

red 53 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #351DCC

Tints of Persian Blue #351DCC

RGB

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

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

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

R = 18.53%
G = 10.14%
B = 71.33%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#351DCC (or 0x351DCC) is known color: Persian Blue. HEX triplet: 35, 1D and CC. RGB value is (53,29,204). Sum of RGB (Red+Green+Blue) = 53+29+204=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #351DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DCC is #CAE233. Grayscale: #373737. Windows color (decimal): -13296180 or 13376821. OLE color: 13376821.

HSL color Cylindrical-coordinate representation of color #351DCC: hue angle of 248.23º degrees, saturation: 0.75, 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 #351DCC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 29 204 -
CMYK 0.74 0.86 0 0.2
HSL 248.23º 0.75% 0.46% -
HSV(B) 248.23º 0.86% 0.8% -
XYZ 12.81 6 57.61 -
YUV 56.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 53 29 204 0.74 0.86 0 0.2 248.23 0.75 0.46
Hex 35 1D CC 4A 56 0 14 F8 4B 2E
Octal 65 35 314 112 126 0 24 370 113 56
Binary 110101 11101 11001100 1001010 1010110 0 10100 11111000 1001011 101110

Color Harmonies of #351DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DCC

Black with #351DCC

Text Example


Text Example

White with #351DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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