Html Css Color HEX #353FB4 Persian Blue

📋 copy color: '#353FB4'

red 53 ◦ green 63 ◦ blue 180

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

Shades of Persian Blue #353FB4

Tints of Persian Blue #353FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60.81%

R = 17.91%
G = 21.28%
B = 60.81%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#353FB4 (or 0x353FB4) is known color: Persian Blue. HEX triplet: 35, 3F and B4. RGB value is (53,63,180). Sum of RGB (Red+Green+Blue) = 53+63+180=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #353FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FB4 is #CAC04B. Grayscale: #484848. Windows color (decimal): -13287500 or 11812661. OLE color: 11812661.

HSL color Cylindrical-coordinate representation of color #353FB4: hue angle of 235.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353FB4 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 63 180 -
CMYK 0.71 0.65 0 0.29
HSL 235.28º 0.55% 0.46% -
HSV(B) 235.28º 0.71% 0.71% -
XYZ 11.48 7.61 44.04 -
YUV 73.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 53 63 180 0.71 0.65 0 0.29 235.28 0.55 0.46
Hex 35 3F B4 47 41 0 1D EB 37 2E
Octal 65 77 264 107 101 0 35 353 67 56
Binary 110101 111111 10110100 1000111 1000001 0 11101 11101011 110111 101110

Color Harmonies of #353FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FB4

Black with #353FB4

Text Example


Text Example

White with #353FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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