Html Css Color HEX #353FB0 Persian Blue

📋 copy color: '#353FB0'

red 53 ◦ green 63 ◦ blue 176

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

Shades of Persian Blue #353FB0

Tints of Persian Blue #353FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 176 (69.14% from 255) = 60.27%

R = 18.15%
G = 21.58%
B = 60.27%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#353FB0 (or 0x353FB0) is known color: Persian Blue. HEX triplet: 35, 3F and B0. RGB value is (53,63,176). Sum of RGB (Red+Green+Blue) = 53+63+176=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #353FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FB0 is #CAC04F. Grayscale: #484848. Windows color (decimal): -13287504 or 11550517. OLE color: 11550517.

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

Color convert

RGB 53 63 176 -
CMYK 0.70 0.64 0 0.31
HSL 235.12º 0.54% 0.45% -
HSV(B) 235.12º 0.7% 0.69% -
XYZ 11.08 7.45 41.93 -
YUV 72.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 53 63 176 0.70 0.64 0 0.31 235.12 0.54 0.45
Hex 35 3F B0 46 40 0 1F EB 36 2D
Octal 65 77 260 106 100 0 37 353 66 55
Binary 110101 111111 10110000 1000110 1000000 0 11111 11101011 110110 101101

Color Harmonies of #353FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FB0

Black with #353FB0

Text Example


Text Example

White with #353FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,176); }

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

background-color css

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

 a { background-color: rgb(53,63,176); }

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

border-color css

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

 span { border-color: rgb(53,63,176); }

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