Html Css Color HEX #353AAC Persian Blue

📋 copy color: '#353AAC'

red 53 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #353AAC

Tints of Persian Blue #353AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 18.73%
G = 20.49%
B = 60.78%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#353AAC (or 0x353AAC) is known color: Persian Blue. HEX triplet: 35, 3A and AC. RGB value is (53,58,172). Sum of RGB (Red+Green+Blue) = 53+58+172=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #353AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAC is #CAC553. Grayscale: #454545. Windows color (decimal): -13288788 or 11287093. OLE color: 11287093.

HSL color Cylindrical-coordinate representation of color #353AAC: hue angle of 237.48º 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 #353AAC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 58 172 -
CMYK 0.69 0.66 0 0.33
HSL 237.48º 0.53% 0.44% -
HSV(B) 237.48º 0.69% 0.67% -
XYZ 10.43 6.76 39.79 -
YUV 69.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 53 58 172 0.69 0.66 0 0.33 237.48 0.53 0.44
Hex 35 3A AC 45 42 0 21 ED 35 2C
Octal 65 72 254 105 102 0 41 355 65 54
Binary 110101 111010 10101100 1000101 1000010 0 100001 11101101 110101 101100

Color Harmonies of #353AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AAC

Black with #353AAC

Text Example


Text Example

White with #353AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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