Html Css Color HEX #352BCC Persian Blue

📋 copy color: '#352BCC'

red 53 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #352BCC

Tints of Persian Blue #352BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

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

R = 17.67%
G = 14.33%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#352BCC (or 0x352BCC) is known color: Persian Blue. HEX triplet: 35, 2B and CC. RGB value is (53,43,204). Sum of RGB (Red+Green+Blue) = 53+43+204=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #352BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BCC is #CAD433. Grayscale: #3F3F3F. Windows color (decimal): -13292596 or 13380405. OLE color: 13380405.

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

Color convert

RGB 53 43 204 -
CMYK 0.74 0.79 0 0.2
HSL 243.73º 0.65% 0.48% -
HSV(B) 243.73º 0.79% 0.8% -
XYZ 13.23 6.84 57.75 -
YUV 64.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 53 43 204 0.74 0.79 0 0.2 243.73 0.65 0.48
Hex 35 2B CC 4A 4F 0 14 F4 41 30
Octal 65 53 314 112 117 0 24 364 101 60
Binary 110101 101011 11001100 1001010 1001111 0 10100 11110100 1000001 110000

Color Harmonies of #352BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BCC

Black with #352BCC

Text Example


Text Example

White with #352BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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