Html Css Color HEX #352CCF Persian Blue

📋 copy color: '#352CCF'

red 53 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #352CCF

Tints of Persian Blue #352CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 17.43%
G = 14.47%
B = 68.09%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#352CCF (or 0x352CCF) is known color: Persian Blue. HEX triplet: 35, 2C and CF. RGB value is (53,44,207). Sum of RGB (Red+Green+Blue) = 53+44+207=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #352CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CCF is #CAD330. Grayscale: #404040. Windows color (decimal): -13292337 or 13577269. OLE color: 13577269.

HSL color Cylindrical-coordinate representation of color #352CCF: hue angle of 243.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352CCF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 44 207 -
CMYK 0.74 0.79 0 0.19
HSL 243.31º 0.65% 0.49% -
HSV(B) 243.31º 0.79% 0.81% -
XYZ 13.63 7.06 59.68 -
YUV 65.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 53 44 207 0.74 0.79 0 0.19 243.31 0.65 0.49
Hex 35 2C CF 4A 4F 0 13 F3 41 31
Octal 65 54 317 112 117 0 23 363 101 61
Binary 110101 101100 11001111 1001010 1001111 0 10011 11110011 1000001 110001

Color Harmonies of #352CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CCF

Black with #352CCF

Text Example


Text Example

White with #352CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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