Html Css Color HEX #3628AE Persian Blue

📋 copy color: '#3628AE'

red 54 ◦ green 40 ◦ blue 174

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

Shades of Persian Blue #3628AE

Tints of Persian Blue #3628AE

RGB

 RED value IS 54 (21.48% from 255) = 20.15%

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 20.15%
G = 14.93%
B = 64.93%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3628AE (or 0x3628AE) is known color: Persian Blue. HEX triplet: 36, 28 and AE. RGB value is (54,40,174). Sum of RGB (Red+Green+Blue) = 54+40+174=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #3628AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3628AE is #C9D751. Grayscale: #3A3A3A. Windows color (decimal): -13227858 or 11413558. OLE color: 11413558.

HSL color Cylindrical-coordinate representation of color #3628AE: hue angle of 246.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3628AE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 40 174 -
CMYK 0.69 0.77 0 0.32
HSL 246.27º 0.63% 0.42% -
HSV(B) 246.27º 0.77% 0.68% -
XYZ 9.92 5.36 40.56 -
YUV 59.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 54 40 174 0.69 0.77 0 0.32 246.27 0.63 0.42
Hex 36 28 AE 45 4D 0 20 F6 3F 2A
Octal 66 50 256 105 115 0 40 366 77 52
Binary 110110 101000 10101110 1000101 1001101 0 100000 11110110 111111 101010

Color Harmonies of #3628AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628AE

Black with #3628AE

Text Example


Text Example

White with #3628AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3628AE; }

 p { color: rgb(54,40,174); }

 H1.HeaderClassName
 {
   color: #3628AE;
 }
 .AnyTagClassName
 {
   color: #3628AE;
 }
</style>

background-color css

<style>
 a { background-color: #3628AE; }

 a { background-color: rgb(54,40,174); }

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

border-color css

<style>
 span { border-color: #3628AE; }

 span { border-color: rgb(54,40,174); }

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