Html Css Color HEX #353DAB Persian Blue

📋 copy color: '#353DAB'

red 53 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #353DAB

Tints of Persian Blue #353DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

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

R = 18.6%
G = 21.4%
B = 60%

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

#353DAB (or 0x353DAB) is known color: Persian Blue. HEX triplet: 35, 3D and AB. RGB value is (53,61,171). Sum of RGB (Red+Green+Blue) = 53+61+171=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #353DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DAB is #CAC254. Grayscale: #464646. Windows color (decimal): -13288021 or 11222325. OLE color: 11222325.

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

Color convert

RGB 53 61 171 -
CMYK 0.69 0.64 0 0.33
HSL 235.93º 0.53% 0.44% -
HSV(B) 235.93º 0.69% 0.67% -
XYZ 10.49 7.03 39.33 -
YUV 71.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 53 61 171 0.69 0.64 0 0.33 235.93 0.53 0.44
Hex 35 3D AB 45 40 0 21 EC 35 2C
Octal 65 75 253 105 100 0 41 354 65 54
Binary 110101 111101 10101011 1000101 1000000 0 100001 11101100 110101 101100

Color Harmonies of #353DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DAB

Black with #353DAB

Text Example


Text Example

White with #353DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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