Html Css Color HEX #3427BC Persian Blue

📋 copy color: '#3427BC'

red 52 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #3427BC

Tints of Persian Blue #3427BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 18.64%
G = 13.98%
B = 67.38%

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

#3427BC (or 0x3427BC) is known color: Persian Blue. HEX triplet: 34, 27 and BC. RGB value is (52,39,188). Sum of RGB (Red+Green+Blue) = 52+39+188=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #3427BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427BC is #CBD843. Grayscale: #3B3B3B. Windows color (decimal): -13359172 or 12330804. OLE color: 12330804.

HSL color Cylindrical-coordinate representation of color #3427BC: hue angle of 245.23º 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 #3427BC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 39 188 -
CMYK 0.72 0.79 0 0.26
HSL 245.23º 0.66% 0.45% -
HSV(B) 245.23º 0.79% 0.74% -
XYZ 11.22 5.81 48.11 -
YUV 59.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 52 39 188 0.72 0.79 0 0.26 245.23 0.66 0.45
Hex 34 27 BC 48 4F 0 1A F5 42 2D
Octal 64 47 274 110 117 0 32 365 102 55
Binary 110100 100111 10111100 1001000 1001111 0 11010 11110101 1000010 101101

Color Harmonies of #3427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427BC

Black with #3427BC

Text Example


Text Example

White with #3427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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