Html Css Color HEX #352EBF Persian Blue

📋 copy color: '#352EBF'

red 53 ◦ green 46 ◦ blue 191

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

Shades of Persian Blue #352EBF

Tints of Persian Blue #352EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

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

R = 18.28%
G = 15.86%
B = 65.86%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#352EBF (or 0x352EBF) is known color: Persian Blue. HEX triplet: 35, 2E and BF. RGB value is (53,46,191). Sum of RGB (Red+Green+Blue) = 53+46+191=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #352EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EBF is #CAD140. Grayscale: #404040. Windows color (decimal): -13291841 or 12529205. OLE color: 12529205.

HSL color Cylindrical-coordinate representation of color #352EBF: hue angle of 242.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352EBF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 46 191 -
CMYK 0.72 0.76 0 0.25
HSL 242.9º 0.61% 0.46% -
HSV(B) 242.9º 0.76% 0.75% -
XYZ 11.85 6.47 49.92 -
YUV 64.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 53 46 191 0.72 0.76 0 0.25 242.9 0.61 0.46
Hex 35 2E BF 48 4C 0 19 F3 3D 2E
Octal 65 56 277 110 114 0 31 363 75 56
Binary 110101 101110 10111111 1001000 1001100 0 11001 11110011 111101 101110

Color Harmonies of #352EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EBF

Black with #352EBF

Text Example


Text Example

White with #352EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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