Html Css Color HEX #353BAB Persian Blue

📋 copy color: '#353BAB'

red 53 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #353BAB

Tints of Persian Blue #353BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

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

R = 18.73%
G = 20.85%
B = 60.42%

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

#353BAB (or 0x353BAB) is known color: Persian Blue. HEX triplet: 35, 3B and AB. RGB value is (53,59,171). Sum of RGB (Red+Green+Blue) = 53+59+171=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #353BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAB is #CAC454. Grayscale: #454545. Windows color (decimal): -13288533 or 11221813. OLE color: 11221813.

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

Color convert

RGB 53 59 171 -
CMYK 0.69 0.65 0 0.33
HSL 236.95º 0.53% 0.44% -
HSV(B) 236.95º 0.69% 0.67% -
XYZ 10.38 6.83 39.3 -
YUV 69.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 53 59 171 0.69 0.65 0 0.33 236.95 0.53 0.44
Hex 35 3B AB 45 41 0 21 ED 35 2C
Octal 65 73 253 105 101 0 41 355 65 54
Binary 110101 111011 10101011 1000101 1000001 0 100001 11101101 110101 101100

Color Harmonies of #353BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BAB

Black with #353BAB

Text Example


Text Example

White with #353BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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