Html Css Color HEX #3628BE Persian Blue

📋 copy color: '#3628BE'

red 54 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #3628BE

Tints of Persian Blue #3628BE

RGB

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

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

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

R = 19.01%
G = 14.08%
B = 66.9%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3628BE (or 0x3628BE) is known color: Persian Blue. HEX triplet: 36, 28 and BE. RGB value is (54,40,190). Sum of RGB (Red+Green+Blue) = 54+40+190=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #3628BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628BE is #C9D741. Grayscale: #3C3C3C. Windows color (decimal): -13227842 or 12462134. OLE color: 12462134.

HSL color Cylindrical-coordinate representation of color #3628BE: hue angle of 245.6º degrees, saturation: 0.65, 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 #3628BE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 40 190 -
CMYK 0.72 0.79 0 0.25
HSL 245.6º 0.65% 0.45% -
HSV(B) 245.6º 0.79% 0.75% -
XYZ 11.57 6.02 49.27 -
YUV 61.29 200.64 122.8 -
System Red Green Blue C M Y K H S L
Decimal 54 40 190 0.72 0.79 0 0.25 245.6 0.65 0.45
Hex 36 28 BE 48 4F 0 19 F6 41 2D
Octal 66 50 276 110 117 0 31 366 101 55
Binary 110110 101000 10111110 1001000 1001111 0 11001 11110110 1000001 101101

Color Harmonies of #3628BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628BE

Black with #3628BE

Text Example


Text Example

White with #3628BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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