Html Css Color HEX #353EBA Persian Blue

📋 copy color: '#353EBA'

red 53 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #353EBA

Tints of Persian Blue #353EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 17.61%
G = 20.6%
B = 61.79%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#353EBA (or 0x353EBA) is known color: Persian Blue. HEX triplet: 35, 3E and BA. RGB value is (53,62,186). Sum of RGB (Red+Green+Blue) = 53+62+186=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #353EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBA is #CAC145. Grayscale: #484848. Windows color (decimal): -13287750 or 12205621. OLE color: 12205621.

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

Color convert

RGB 53 62 186 -
CMYK 0.72 0.67 0 0.27
HSL 235.94º 0.56% 0.47% -
HSV(B) 235.94º 0.72% 0.73% -
XYZ 12.05 7.75 47.31 -
YUV 73.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 53 62 186 0.72 0.67 0 0.27 235.94 0.56 0.47
Hex 35 3E BA 48 43 0 1B EC 38 2F
Octal 65 76 272 110 103 0 33 354 70 57
Binary 110101 111110 10111010 1001000 1000011 0 11011 11101100 111000 101111

Color Harmonies of #353EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EBA

Black with #353EBA

Text Example


Text Example

White with #353EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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