Html Css Color HEX #353BBD Persian Blue

📋 copy color: '#353BBD'

red 53 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #353BBD

Tints of Persian Blue #353BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 189 (74.22% from 255) = 62.79%

R = 17.61%
G = 19.6%
B = 62.79%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#353BBD (or 0x353BBD) is known color: Persian Blue. HEX triplet: 35, 3B and BD. RGB value is (53,59,189). Sum of RGB (Red+Green+Blue) = 53+59+189=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #353BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BBD is #CAC442. Grayscale: #474747. Windows color (decimal): -13288515 or 12401461. OLE color: 12401461.

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

Color convert

RGB 53 59 189 -
CMYK 0.72 0.69 0 0.26
HSL 237.35º 0.56% 0.47% -
HSV(B) 237.35º 0.72% 0.74% -
XYZ 12.22 7.56 48.96 -
YUV 72.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 53 59 189 0.72 0.69 0 0.26 237.35 0.56 0.47
Hex 35 3B BD 48 45 0 1A ED 38 2F
Octal 65 73 275 110 105 0 32 355 70 57
Binary 110101 111011 10111101 1001000 1000101 0 11010 11101101 111000 101111

Color Harmonies of #353BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BBD

Black with #353BBD

Text Example


Text Example

White with #353BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,189); }

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

background-color css

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

 a { background-color: rgb(53,59,189); }

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

border-color css

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

 span { border-color: rgb(53,59,189); }

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