Html Css Color HEX #352FB8 Persian Blue

📋 copy color: '#352FB8'

red 53 ◦ green 47 ◦ blue 184

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

Shades of Persian Blue #352FB8

Tints of Persian Blue #352FB8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 184 (72.27% from 255) = 64.79%

R = 18.66%
G = 16.55%
B = 64.79%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#352FB8 (or 0x352FB8) is known color: Persian Blue. HEX triplet: 35, 2F and B8. RGB value is (53,47,184). Sum of RGB (Red+Green+Blue) = 53+47+184=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #352FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FB8 is #CAD047. Grayscale: #3F3F3F. Windows color (decimal): -13291592 or 12070709. OLE color: 12070709.

HSL color Cylindrical-coordinate representation of color #352FB8: hue angle of 242.63º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #352FB8 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 47 184 -
CMYK 0.71 0.74 0 0.28
HSL 242.63º 0.59% 0.45% -
HSV(B) 242.63º 0.74% 0.72% -
XYZ 11.14 6.25 45.97 -
YUV 64.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 53 47 184 0.71 0.74 0 0.28 242.63 0.59 0.45
Hex 35 2F B8 47 4A 0 1C F3 3B 2D
Octal 65 57 270 107 112 0 34 363 73 55
Binary 110101 101111 10111000 1000111 1001010 0 11100 11110011 111011 101101

Color Harmonies of #352FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FB8

Black with #352FB8

Text Example


Text Example

White with #352FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352FB8; }

 p { color: rgb(53,47,184); }

 H1.HeaderClassName
 {
   color: #352FB8;
 }
 .AnyTagClassName
 {
   color: #352FB8;
 }
</style>

background-color css

<style>
 a { background-color: #352FB8; }

 a { background-color: rgb(53,47,184); }

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

border-color css

<style>
 span { border-color: #352FB8; }

 span { border-color: rgb(53,47,184); }

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