Html Css Color HEX #353EC0 Persian Blue

📋 copy color: '#353EC0'

red 53 ◦ green 62 ◦ blue 192

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

Shades of Persian Blue #353EC0

Tints of Persian Blue #353EC0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 17.26%
G = 20.2%
B = 62.54%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#353EC0 (or 0x353EC0) is known color: Persian Blue. HEX triplet: 35, 3E and C0. RGB value is (53,62,192). Sum of RGB (Red+Green+Blue) = 53+62+192=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #353EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EC0 is #CAC13F. Grayscale: #494949. Windows color (decimal): -13287744 or 12598837. OLE color: 12598837.

HSL color Cylindrical-coordinate representation of color #353EC0: hue angle of 236.12º degrees, saturation: 0.57, 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 #353EC0 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 62 192 -
CMYK 0.72 0.68 0 0.25
HSL 236.12º 0.57% 0.48% -
HSV(B) 236.12º 0.72% 0.75% -
XYZ 12.71 8.01 50.75 -
YUV 74.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 53 62 192 0.72 0.68 0 0.25 236.12 0.57 0.48
Hex 35 3E C0 48 44 0 19 EC 39 30
Octal 65 76 300 110 104 0 31 354 71 60
Binary 110101 111110 11000000 1001000 1000100 0 11001 11101100 111001 110000

Color Harmonies of #353EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EC0

Black with #353EC0

Text Example


Text Example

White with #353EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,192); }

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

background-color css

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

 a { background-color: rgb(53,62,192); }

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

border-color css

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

 span { border-color: rgb(53,62,192); }

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