Html Css Color HEX #353CAC Persian Blue

📋 copy color: '#353CAC'

red 53 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #353CAC

Tints of Persian Blue #353CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 18.6%
G = 21.05%
B = 60.35%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#353CAC (or 0x353CAC) is known color: Persian Blue. HEX triplet: 35, 3C and AC. RGB value is (53,60,172). Sum of RGB (Red+Green+Blue) = 53+60+172=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #353CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAC is #CAC353. Grayscale: #464646. Windows color (decimal): -13288276 or 11287605. OLE color: 11287605.

HSL color Cylindrical-coordinate representation of color #353CAC: hue angle of 236.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353CAC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 60 172 -
CMYK 0.69 0.65 0 0.33
HSL 236.47º 0.53% 0.44% -
HSV(B) 236.47º 0.69% 0.67% -
XYZ 10.53 6.97 39.82 -
YUV 70.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 53 60 172 0.69 0.65 0 0.33 236.47 0.53 0.44
Hex 35 3C AC 45 41 0 21 EC 35 2C
Octal 65 74 254 105 101 0 41 354 65 54
Binary 110101 111100 10101100 1000101 1000001 0 100001 11101100 110101 101100

Color Harmonies of #353CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CAC

Black with #353CAC

Text Example


Text Example

White with #353CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353CAC; }

 p { color: rgb(53,60,172); }

 H1.HeaderClassName
 {
   color: #353CAC;
 }
 .AnyTagClassName
 {
   color: #353CAC;
 }
</style>

background-color css

<style>
 a { background-color: #353CAC; }

 a { background-color: rgb(53,60,172); }

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

border-color css

<style>
 span { border-color: #353CAC; }

 span { border-color: rgb(53,60,172); }

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