Html Css Color HEX #352FCD Persian Blue

📋 copy color: '#352FCD'

red 53 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #352FCD

Tints of Persian Blue #352FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 17.38%
G = 15.41%
B = 67.21%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#352FCD (or 0x352FCD) is known color: Persian Blue. HEX triplet: 35, 2F and CD. RGB value is (53,47,205). Sum of RGB (Red+Green+Blue) = 53+47+205=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #352FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FCD is #CAD032. Grayscale: #424242. Windows color (decimal): -13291571 or 13446965. OLE color: 13446965.

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

Color convert

RGB 53 47 205 -
CMYK 0.74 0.77 0 0.20
HSL 242.28º 0.63% 0.49% -
HSV(B) 242.28º 0.77% 0.8% -
XYZ 13.5 7.2 58.44 -
YUV 66.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 53 47 205 0.74 0.77 0 0.20 242.28 0.63 0.49
Hex 35 2F CD 4A 4D 0 14 F2 3F 31
Octal 65 57 315 112 115 0 24 362 77 61
Binary 110101 101111 11001101 1001010 1001101 0 10100 11110010 111111 110001

Color Harmonies of #352FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FCD

Black with #352FCD

Text Example


Text Example

White with #352FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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