Html Css Color HEX #3427BA Persian Blue

📋 copy color: '#3427BA'

red 52 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #3427BA

Tints of Persian Blue #3427BA

RGB

 RED value IS 52 (20.7% from 255) = 18.77%

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 18.77%
G = 14.08%
B = 67.15%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3427BA (or 0x3427BA) is known color: Persian Blue. HEX triplet: 34, 27 and BA. RGB value is (52,39,186). Sum of RGB (Red+Green+Blue) = 52+39+186=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3427BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427BA is #CBD845. Grayscale: #3B3B3B. Windows color (decimal): -13359174 or 12199732. OLE color: 12199732.

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

Color convert

RGB 52 39 186 -
CMYK 0.72 0.79 0 0.27
HSL 245.31º 0.65% 0.44% -
HSV(B) 245.31º 0.79% 0.73% -
XYZ 11 5.73 46.98 -
YUV 59.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 52 39 186 0.72 0.79 0 0.27 245.31 0.65 0.44
Hex 34 27 BA 48 4F 0 1B F5 41 2C
Octal 64 47 272 110 117 0 33 365 101 54
Binary 110100 100111 10111010 1001000 1001111 0 11011 11110101 1000001 101100

Color Harmonies of #3427BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427BA

Black with #3427BA

Text Example


Text Example

White with #3427BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,39,186); }

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

background-color css

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

 a { background-color: rgb(52,39,186); }

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

border-color css

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

 span { border-color: rgb(52,39,186); }

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