Html Css Color HEX #353ABD Persian Blue

📋 copy color: '#353ABD'

red 53 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #353ABD

Tints of Persian Blue #353ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63%

R = 17.67%
G = 19.33%
B = 63%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#353ABD (or 0x353ABD) is known color: Persian Blue. HEX triplet: 35, 3A and BD. RGB value is (53,58,189). Sum of RGB (Red+Green+Blue) = 53+58+189=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #353ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ABD is #CAC542. Grayscale: #464646. Windows color (decimal): -13288771 or 12401205. OLE color: 12401205.

HSL color Cylindrical-coordinate representation of color #353ABD: hue angle of 237.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353ABD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 58 189 -
CMYK 0.72 0.69 0 0.26
HSL 237.79º 0.56% 0.47% -
HSV(B) 237.79º 0.72% 0.74% -
XYZ 12.17 7.46 48.94 -
YUV 71.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 53 58 189 0.72 0.69 0 0.26 237.79 0.56 0.47
Hex 35 3A BD 48 45 0 1A EE 38 2F
Octal 65 72 275 110 105 0 32 356 70 57
Binary 110101 111010 10111101 1001000 1000101 0 11010 11101110 111000 101111

Color Harmonies of #353ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ABD

Black with #353ABD

Text Example


Text Example

White with #353ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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