Html Css Color HEX #353EBC Persian Blue

📋 copy color: '#353EBC'

red 53 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #353EBC

Tints of Persian Blue #353EBC

RGB

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

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

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

R = 17.49%
G = 20.46%
B = 62.05%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#353EBC (or 0x353EBC) is known color: Persian Blue. HEX triplet: 35, 3E and BC. RGB value is (53,62,188). Sum of RGB (Red+Green+Blue) = 53+62+188=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #353EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBC is #CAC143. Grayscale: #494949. Windows color (decimal): -13287748 or 12336693. OLE color: 12336693.

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

Color convert

RGB 53 62 188 -
CMYK 0.72 0.67 0 0.26
HSL 236º 0.56% 0.47% -
HSV(B) 236º 0.72% 0.74% -
XYZ 12.27 7.83 48.44 -
YUV 73.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 53 62 188 0.72 0.67 0 0.26 236 0.56 0.47
Hex 35 3E BC 48 43 0 1A EC 38 2F
Octal 65 76 274 110 103 0 32 354 70 57
Binary 110101 111110 10111100 1001000 1000011 0 11010 11101100 111000 101111

Color Harmonies of #353EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EBC

Black with #353EBC

Text Example


Text Example

White with #353EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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