Html Css Color HEX #352CCC Persian Blue

📋 copy color: '#352CCC'

red 53 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #352CCC

Tints of Persian Blue #352CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 17.61%
G = 14.62%
B = 67.77%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#352CCC (or 0x352CCC) is known color: Persian Blue. HEX triplet: 35, 2C and CC. RGB value is (53,44,204). Sum of RGB (Red+Green+Blue) = 53+44+204=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #352CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CCC is #CAD333. Grayscale: #404040. Windows color (decimal): -13292340 or 13380661. OLE color: 13380661.

HSL color Cylindrical-coordinate representation of color #352CCC: hue angle of 243.38º degrees, saturation: 0.65, 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 #352CCC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 44 204 -
CMYK 0.74 0.78 0 0.2
HSL 243.38º 0.65% 0.49% -
HSV(B) 243.38º 0.78% 0.8% -
XYZ 13.27 6.92 57.76 -
YUV 64.93 206.48 119.49 -
System Red Green Blue C M Y K H S L
Decimal 53 44 204 0.74 0.78 0 0.2 243.38 0.65 0.49
Hex 35 2C CC 4A 4E 0 14 F3 41 31
Octal 65 54 314 112 116 0 24 363 101 61
Binary 110101 101100 11001100 1001010 1001110 0 10100 11110011 1000001 110001

Color Harmonies of #352CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CCC

Black with #352CCC

Text Example


Text Example

White with #352CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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