Html Css Color HEX #3628CE Persian Blue

📋 copy color: '#3628CE'

red 54 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #3628CE

Tints of Persian Blue #3628CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 18%
G = 13.33%
B = 68.67%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3628CE (or 0x3628CE) is known color: Persian Blue. HEX triplet: 36, 28 and CE. RGB value is (54,40,206). Sum of RGB (Red+Green+Blue) = 54+40+206=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #3628CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628CE is #C9D731. Grayscale: #3E3E3E. Windows color (decimal): -13227826 or 13510710. OLE color: 13510710.

HSL color Cylindrical-coordinate representation of color #3628CE: hue angle of 245.06º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3628CE is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 40 206 -
CMYK 0.74 0.81 0 0.19
HSL 245.06º 0.67% 0.48% -
HSV(B) 245.06º 0.81% 0.81% -
XYZ 13.42 6.76 58.99 -
YUV 63.11 208.64 121.5 -
System Red Green Blue C M Y K H S L
Decimal 54 40 206 0.74 0.81 0 0.19 245.06 0.67 0.48
Hex 36 28 CE 4A 51 0 13 F5 43 30
Octal 66 50 316 112 121 0 23 365 103 60
Binary 110110 101000 11001110 1001010 1010001 0 10011 11110101 1000011 110000

Color Harmonies of #3628CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628CE

Black with #3628CE

Text Example


Text Example

White with #3628CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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