Html Css Color HEX #3628C2 Persian Blue

📋 copy color: '#3628C2'

red 54 ◦ green 40 ◦ blue 194

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

Shades of Persian Blue #3628C2

Tints of Persian Blue #3628C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.36%

R = 18.75%
G = 13.89%
B = 67.36%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3628C2 (or 0x3628C2) is known color: Persian Blue. HEX triplet: 36, 28 and C2. RGB value is (54,40,194). Sum of RGB (Red+Green+Blue) = 54+40+194=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #3628C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628C2 is #C9D73D. Grayscale: #3D3D3D. Windows color (decimal): -13227838 or 12724278. OLE color: 12724278.

HSL color Cylindrical-coordinate representation of color #3628C2: hue angle of 245.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3628C2 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 40 194 -
CMYK 0.72 0.79 0 0.24
HSL 245.45º 0.66% 0.46% -
HSV(B) 245.45º 0.79% 0.76% -
XYZ 12.02 6.2 51.6 -
YUV 61.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 54 40 194 0.72 0.79 0 0.24 245.45 0.66 0.46
Hex 36 28 C2 48 4F 0 18 F5 42 2E
Octal 66 50 302 110 117 0 30 365 102 56
Binary 110110 101000 11000010 1001000 1001111 0 11000 11110101 1000010 101110

Color Harmonies of #3628C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628C2

Black with #3628C2

Text Example


Text Example

White with #3628C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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