Html Css Color HEX #353EAC Persian Blue

📋 copy color: '#353EAC'

red 53 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #353EAC

Tints of Persian Blue #353EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

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

R = 18.47%
G = 21.6%
B = 59.93%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#353EAC (or 0x353EAC) is known color: Persian Blue. HEX triplet: 35, 3E and AC. RGB value is (53,62,172). Sum of RGB (Red+Green+Blue) = 53+62+172=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #353EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EAC is #CAC153. Grayscale: #474747. Windows color (decimal): -13287764 or 11288117. OLE color: 11288117.

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

Color convert

RGB 53 62 172 -
CMYK 0.69 0.64 0 0.33
HSL 235.46º 0.53% 0.44% -
HSV(B) 235.46º 0.69% 0.67% -
XYZ 10.64 7.18 39.86 -
YUV 71.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 53 62 172 0.69 0.64 0 0.33 235.46 0.53 0.44
Hex 35 3E AC 45 40 0 21 EB 35 2C
Octal 65 76 254 105 100 0 41 353 65 54
Binary 110101 111110 10101100 1000101 1000000 0 100001 11101011 110101 101100

Color Harmonies of #353EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EAC

Black with #353EAC

Text Example


Text Example

White with #353EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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