Html Css Color HEX #353EBF Persian Blue

📋 copy color: '#353EBF'

red 53 ◦ green 62 ◦ blue 191

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

Shades of Persian Blue #353EBF

Tints of Persian Blue #353EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 17.32%
G = 20.26%
B = 62.42%

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

#353EBF (or 0x353EBF) is known color: Persian Blue. HEX triplet: 35, 3E and BF. RGB value is (53,62,191). Sum of RGB (Red+Green+Blue) = 53+62+191=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #353EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBF is #CAC140. Grayscale: #494949. Windows color (decimal): -13287745 or 12533301. OLE color: 12533301.

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

Color convert

RGB 53 62 191 -
CMYK 0.72 0.68 0 0.25
HSL 236.09º 0.57% 0.48% -
HSV(B) 236.09º 0.72% 0.75% -
XYZ 12.59 7.96 50.16 -
YUV 74.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 53 62 191 0.72 0.68 0 0.25 236.09 0.57 0.48
Hex 35 3E BF 48 44 0 19 EC 39 30
Octal 65 76 277 110 104 0 31 354 71 60
Binary 110101 111110 10111111 1001000 1000100 0 11001 11101100 111001 110000

Color Harmonies of #353EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EBF

Black with #353EBF

Text Example


Text Example

White with #353EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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