Html Css Color HEX #353EBB Persian Blue

📋 copy color: '#353EBB'

red 53 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #353EBB

Tints of Persian Blue #353EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 17.55%
G = 20.53%
B = 61.92%

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

#353EBB (or 0x353EBB) is known color: Persian Blue. HEX triplet: 35, 3E and BB. RGB value is (53,62,187). Sum of RGB (Red+Green+Blue) = 53+62+187=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #353EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBB is #CAC144. Grayscale: #494949. Windows color (decimal): -13287749 or 12271157. OLE color: 12271157.

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

Color convert

RGB 53 62 187 -
CMYK 0.72 0.67 0 0.27
HSL 235.97º 0.56% 0.47% -
HSV(B) 235.97º 0.72% 0.73% -
XYZ 12.16 7.79 47.88 -
YUV 73.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 53 62 187 0.72 0.67 0 0.27 235.97 0.56 0.47
Hex 35 3E BB 48 43 0 1B EC 38 2F
Octal 65 76 273 110 103 0 33 354 70 57
Binary 110101 111110 10111011 1001000 1000011 0 11011 11101100 111000 101111

Color Harmonies of #353EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EBB

Black with #353EBB

Text Example


Text Example

White with #353EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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