Html Css Color HEX #352DCD Persian Blue

📋 copy color: '#352DCD'

red 53 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #352DCD

Tints of Persian Blue #352DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 17.49%
G = 14.85%
B = 67.66%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#352DCD (or 0x352DCD) is known color: Persian Blue. HEX triplet: 35, 2D and CD. RGB value is (53,45,205). Sum of RGB (Red+Green+Blue) = 53+45+205=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #352DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DCD is #CAD232. Grayscale: #414141. Windows color (decimal): -13292083 or 13446453. OLE color: 13446453.

HSL color Cylindrical-coordinate representation of color #352DCD: hue angle of 243º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352DCD is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 45 205 -
CMYK 0.74 0.78 0 0.20
HSL 243º 0.64% 0.49% -
HSV(B) 243º 0.78% 0.8% -
XYZ 13.43 7.04 58.41 -
YUV 65.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 53 45 205 0.74 0.78 0 0.20 243 0.64 0.49
Hex 35 2D CD 4A 4E 0 14 F3 40 31
Octal 65 55 315 112 116 0 24 363 100 61
Binary 110101 101101 11001101 1001010 1001110 0 10100 11110011 1000000 110001

Color Harmonies of #352DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DCD

Black with #352DCD

Text Example


Text Example

White with #352DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352DCD; }

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

 H1.HeaderClassName
 {
   color: #352DCD;
 }
 .AnyTagClassName
 {
   color: #352DCD;
 }
</style>

background-color css

<style>
 a { background-color: #352DCD; }

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

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

border-color css

<style>
 span { border-color: #352DCD; }

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

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