Html Css Color HEX #353ABE Persian Blue

📋 copy color: '#353ABE'

red 53 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #353ABE

Tints of Persian Blue #353ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 17.61%
G = 19.27%
B = 63.12%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#353ABE (or 0x353ABE) is known color: Persian Blue. HEX triplet: 35, 3A and BE. RGB value is (53,58,190). Sum of RGB (Red+Green+Blue) = 53+58+190=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #353ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ABE is #CAC541. Grayscale: #474747. Windows color (decimal): -13288770 or 12466741. OLE color: 12466741.

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

Color convert

RGB 53 58 190 -
CMYK 0.72 0.69 0 0.25
HSL 237.81º 0.56% 0.48% -
HSV(B) 237.81º 0.72% 0.75% -
XYZ 12.28 7.5 49.52 -
YUV 71.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 53 58 190 0.72 0.69 0 0.25 237.81 0.56 0.48
Hex 35 3A BE 48 45 0 19 EE 38 30
Octal 65 72 276 110 105 0 31 356 70 60
Binary 110101 111010 10111110 1001000 1000101 0 11001 11101110 111000 110000

Color Harmonies of #353ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ABE

Black with #353ABE

Text Example


Text Example

White with #353ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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