Html Css Color HEX #352EBC Persian Blue

📋 copy color: '#352EBC'

red 53 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #352EBC

Tints of Persian Blue #352EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 18.47%
G = 16.03%
B = 65.51%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#352EBC (or 0x352EBC) is known color: Persian Blue. HEX triplet: 35, 2E and BC. RGB value is (53,46,188). Sum of RGB (Red+Green+Blue) = 53+46+188=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #352EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EBC is #CAD143. Grayscale: #3F3F3F. Windows color (decimal): -13291844 or 12332597. OLE color: 12332597.

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

Color convert

RGB 53 46 188 -
CMYK 0.72 0.76 0 0.26
HSL 242.96º 0.61% 0.46% -
HSV(B) 242.96º 0.76% 0.74% -
XYZ 11.52 6.34 48.19 -
YUV 64.28 197.82 119.95 -
System Red Green Blue C M Y K H S L
Decimal 53 46 188 0.72 0.76 0 0.26 242.96 0.61 0.46
Hex 35 2E BC 48 4C 0 1A F3 3D 2E
Octal 65 56 274 110 114 0 32 363 75 56
Binary 110101 101110 10111100 1001000 1001100 0 11010 11110011 111101 101110

Color Harmonies of #352EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EBC

Black with #352EBC

Text Example


Text Example

White with #352EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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