Html Css Color HEX #353EAB Persian Blue

📋 copy color: '#353EAB'

red 53 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #353EAB

Tints of Persian Blue #353EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 18.53%
G = 21.68%
B = 59.79%

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

#353EAB (or 0x353EAB) is known color: Persian Blue. HEX triplet: 35, 3E and AB. RGB value is (53,62,171). Sum of RGB (Red+Green+Blue) = 53+62+171=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #353EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EAB is #CAC154. Grayscale: #474747. Windows color (decimal): -13287765 or 11222581. OLE color: 11222581.

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

Color convert

RGB 53 62 171 -
CMYK 0.69 0.64 0 0.33
HSL 235.42º 0.53% 0.44% -
HSV(B) 235.42º 0.69% 0.67% -
XYZ 10.54 7.14 39.35 -
YUV 71.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 53 62 171 0.69 0.64 0 0.33 235.42 0.53 0.44
Hex 35 3E AB 45 40 0 21 EB 35 2C
Octal 65 76 253 105 100 0 41 353 65 54
Binary 110101 111110 10101011 1000101 1000000 0 100001 11101011 110101 101100

Color Harmonies of #353EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EAB

Black with #353EAB

Text Example


Text Example

White with #353EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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