Html Css Color HEX #3235BA Persian Blue

📋 copy color: '#3235BA'

red 50 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #3235BA

Tints of Persian Blue #3235BA

RGB

 RED value IS 50 (19.92% from 255) = 17.3%

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 17.3%
G = 18.34%
B = 64.36%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3235BA (or 0x3235BA) is known color: Persian Blue. HEX triplet: 32, 35 and BA. RGB value is (50,53,186). Sum of RGB (Red+Green+Blue) = 50+53+186=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3235BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3235BA is #CDCA45. Grayscale: #424242. Windows color (decimal): -13486662 or 12203314. OLE color: 12203314.

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

Color convert

RGB 50 53 186 -
CMYK 0.73 0.72 0 0.27
HSL 238.68º 0.58% 0.46% -
HSV(B) 238.68º 0.73% 0.73% -
XYZ 11.45 6.77 47.16 -
YUV 67.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 50 53 186 0.73 0.72 0 0.27 238.68 0.58 0.46
Hex 32 35 BA 49 48 0 1B EF 3A 2E
Octal 62 65 272 111 110 0 33 357 72 56
Binary 110010 110101 10111010 1001001 1001000 0 11011 11101111 111010 101110

Color Harmonies of #3235BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3235BA

Black with #3235BA

Text Example


Text Example

White with #3235BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3235BA; }

 p { color: rgb(50,53,186); }

 H1.HeaderClassName
 {
   color: #3235BA;
 }
 .AnyTagClassName
 {
   color: #3235BA;
 }
</style>

background-color css

<style>
 a { background-color: #3235BA; }

 a { background-color: rgb(50,53,186); }

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

border-color css

<style>
 span { border-color: #3235BA; }

 span { border-color: rgb(50,53,186); }

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