Html Css Color HEX #353AAB Persian Blue

📋 copy color: '#353AAB'

red 53 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #353AAB

Tints of Persian Blue #353AAB

RGB

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

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

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

R = 18.79%
G = 20.57%
B = 60.64%

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

#353AAB (or 0x353AAB) is known color: Persian Blue. HEX triplet: 35, 3A and AB. RGB value is (53,58,171). Sum of RGB (Red+Green+Blue) = 53+58+171=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #353AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAB is #CAC554. Grayscale: #444444. Windows color (decimal): -13288789 or 11221557. OLE color: 11221557.

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

Color convert

RGB 53 58 171 -
CMYK 0.69 0.66 0 0.33
HSL 237.46º 0.53% 0.44% -
HSV(B) 237.46º 0.69% 0.67% -
XYZ 10.33 6.72 39.28 -
YUV 69.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 53 58 171 0.69 0.66 0 0.33 237.46 0.53 0.44
Hex 35 3A AB 45 42 0 21 ED 35 2C
Octal 65 72 253 105 102 0 41 355 65 54
Binary 110101 111010 10101011 1000101 1000010 0 100001 11101101 110101 101100

Color Harmonies of #353AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AAB

Black with #353AAB

Text Example


Text Example

White with #353AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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