Html Css Color HEX #353DB3 Persian Blue

📋 copy color: '#353DB3'

red 53 ◦ green 61 ◦ blue 179

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

Shades of Persian Blue #353DB3

Tints of Persian Blue #353DB3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 179 (70.31% from 255) = 61.09%

R = 18.09%
G = 20.82%
B = 61.09%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#353DB3 (or 0x353DB3) is known color: Persian Blue. HEX triplet: 35, 3D and B3. RGB value is (53,61,179). Sum of RGB (Red+Green+Blue) = 53+61+179=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #353DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DB3 is #CAC24C. Grayscale: #474747. Windows color (decimal): -13288013 or 11746613. OLE color: 11746613.

HSL color Cylindrical-coordinate representation of color #353DB3: hue angle of 236.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353DB3 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 61 179 -
CMYK 0.70 0.66 0 0.30
HSL 236.19º 0.54% 0.45% -
HSV(B) 236.19º 0.7% 0.7% -
XYZ 11.27 7.35 43.47 -
YUV 72.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 53 61 179 0.70 0.66 0 0.30 236.19 0.54 0.45
Hex 35 3D B3 46 42 0 1E EC 36 2D
Octal 65 75 263 106 102 0 36 354 66 55
Binary 110101 111101 10110011 1000110 1000010 0 11110 11101100 110110 101101

Color Harmonies of #353DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DB3

Black with #353DB3

Text Example


Text Example

White with #353DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,179); }

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

background-color css

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

 a { background-color: rgb(53,61,179); }

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

border-color css

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

 span { border-color: rgb(53,61,179); }

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