Html Css Color HEX #3427BE Persian Blue

📋 copy color: '#3427BE'

red 52 ◦ green 39 ◦ blue 190

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

Shades of Persian Blue #3427BE

Tints of Persian Blue #3427BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 18.51%
G = 13.88%
B = 67.62%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3427BE (or 0x3427BE) is known color: Persian Blue. HEX triplet: 34, 27 and BE. RGB value is (52,39,190). Sum of RGB (Red+Green+Blue) = 52+39+190=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #3427BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427BE is #CBD841. Grayscale: #3B3B3B. Windows color (decimal): -13359170 or 12461876. OLE color: 12461876.

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

Color convert

RGB 52 39 190 -
CMYK 0.73 0.79 0 0.25
HSL 245.17º 0.66% 0.45% -
HSV(B) 245.17º 0.79% 0.75% -
XYZ 11.44 5.9 49.25 -
YUV 60.1 201.31 122.22 -
System Red Green Blue C M Y K H S L
Decimal 52 39 190 0.73 0.79 0 0.25 245.17 0.66 0.45
Hex 34 27 BE 49 4F 0 19 F5 42 2D
Octal 64 47 276 111 117 0 31 365 102 55
Binary 110100 100111 10111110 1001001 1001111 0 11001 11110101 1000010 101101

Color Harmonies of #3427BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427BE

Black with #3427BE

Text Example


Text Example

White with #3427BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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