Html Css Color HEX #3427BD Persian Blue

📋 copy color: '#3427BD'

red 52 ◦ green 39 ◦ blue 189

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

Shades of Persian Blue #3427BD

Tints of Persian Blue #3427BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 18.57%
G = 13.93%
B = 67.5%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3427BD (or 0x3427BD) is known color: Persian Blue. HEX triplet: 34, 27 and BD. RGB value is (52,39,189). Sum of RGB (Red+Green+Blue) = 52+39+189=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #3427BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427BD is #CBD842. Grayscale: #3B3B3B. Windows color (decimal): -13359171 or 12396340. OLE color: 12396340.

HSL color Cylindrical-coordinate representation of color #3427BD: hue angle of 245.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3427BD is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 39 189 -
CMYK 0.72 0.79 0 0.26
HSL 245.2º 0.66% 0.45% -
HSV(B) 245.2º 0.79% 0.74% -
XYZ 11.33 5.86 48.68 -
YUV 59.99 200.81 122.3 -
System Red Green Blue C M Y K H S L
Decimal 52 39 189 0.72 0.79 0 0.26 245.2 0.66 0.45
Hex 34 27 BD 48 4F 0 1A F5 42 2D
Octal 64 47 275 110 117 0 32 365 102 55
Binary 110100 100111 10111101 1001000 1001111 0 11010 11110101 1000010 101101

Color Harmonies of #3427BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427BD

Black with #3427BD

Text Example


Text Example

White with #3427BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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