Html Css Color HEX #352DBB Persian Blue

📋 copy color: '#352DBB'

red 53 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #352DBB

Tints of Persian Blue #352DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 18.6%
G = 15.79%
B = 65.61%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#352DBB (or 0x352DBB) is known color: Persian Blue. HEX triplet: 35, 2D and BB. RGB value is (53,45,187). Sum of RGB (Red+Green+Blue) = 53+45+187=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #352DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DBB is #CAD244. Grayscale: #3F3F3F. Windows color (decimal): -13292101 or 12266805. OLE color: 12266805.

HSL color Cylindrical-coordinate representation of color #352DBB: hue angle of 243.38º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352DBB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 45 187 -
CMYK 0.72 0.76 0 0.27
HSL 243.38º 0.61% 0.45% -
HSV(B) 243.38º 0.76% 0.73% -
XYZ 11.38 6.22 47.61 -
YUV 63.58 197.65 120.45 -
System Red Green Blue C M Y K H S L
Decimal 53 45 187 0.72 0.76 0 0.27 243.38 0.61 0.45
Hex 35 2D BB 48 4C 0 1B F3 3D 2D
Octal 65 55 273 110 114 0 33 363 75 55
Binary 110101 101101 10111011 1001000 1001100 0 11011 11110011 111101 101101

Color Harmonies of #352DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DBB

Black with #352DBB

Text Example


Text Example

White with #352DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,187); }

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

background-color css

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

 a { background-color: rgb(53,45,187); }

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

border-color css

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

 span { border-color: rgb(53,45,187); }

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