Html Css Color HEX #352FBB Persian Blue

📋 copy color: '#352FBB'

red 53 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #352FBB

Tints of Persian Blue #352FBB

RGB

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

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

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

R = 18.47%
G = 16.38%
B = 65.16%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#352FBB (or 0x352FBB) is known color: Persian Blue. HEX triplet: 35, 2F and BB. RGB value is (53,47,187). Sum of RGB (Red+Green+Blue) = 53+47+187=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #352FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FBB is #CAD044. Grayscale: #404040. Windows color (decimal): -13291589 or 12267317. OLE color: 12267317.

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

Color convert

RGB 53 47 187 -
CMYK 0.72 0.75 0 0.27
HSL 242.57º 0.6% 0.46% -
HSV(B) 242.57º 0.75% 0.73% -
XYZ 11.45 6.38 47.64 -
YUV 64.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 53 47 187 0.72 0.75 0 0.27 242.57 0.6 0.46
Hex 35 2F BB 48 4B 0 1B F3 3C 2E
Octal 65 57 273 110 113 0 33 363 74 56
Binary 110101 101111 10111011 1001000 1001011 0 11011 11110011 111100 101110

Color Harmonies of #352FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FBB

Black with #352FBB

Text Example


Text Example

White with #352FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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