Html Css Color HEX #353CAB Persian Blue

📋 copy color: '#353CAB'

red 53 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #353CAB

Tints of Persian Blue #353CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 18.66%
G = 21.13%
B = 60.21%

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

#353CAB (or 0x353CAB) is known color: Persian Blue. HEX triplet: 35, 3C and AB. RGB value is (53,60,171). Sum of RGB (Red+Green+Blue) = 53+60+171=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #353CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAB is #CAC354. Grayscale: #464646. Windows color (decimal): -13288277 or 11222069. OLE color: 11222069.

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

Color convert

RGB 53 60 171 -
CMYK 0.69 0.65 0 0.33
HSL 236.44º 0.53% 0.44% -
HSV(B) 236.44º 0.69% 0.67% -
XYZ 10.43 6.93 39.32 -
YUV 70.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 53 60 171 0.69 0.65 0 0.33 236.44 0.53 0.44
Hex 35 3C AB 45 41 0 21 EC 35 2C
Octal 65 74 253 105 101 0 41 354 65 54
Binary 110101 111100 10101011 1000101 1000001 0 100001 11101100 110101 101100

Color Harmonies of #353CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CAB

Black with #353CAB

Text Example


Text Example

White with #353CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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