Html Css Color HEX #3628C3 Persian Blue

📋 copy color: '#3628C3'

red 54 ◦ green 40 ◦ blue 195

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

Shades of Persian Blue #3628C3

Tints of Persian Blue #3628C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.47%

R = 18.69%
G = 13.84%
B = 67.47%

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

#3628C3 (or 0x3628C3) is known color: Persian Blue. HEX triplet: 36, 28 and C3. RGB value is (54,40,195). Sum of RGB (Red+Green+Blue) = 54+40+195=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #3628C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628C3 is #C9D73C. Grayscale: #3D3D3D. Windows color (decimal): -13227837 or 12789814. OLE color: 12789814.

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

Color convert

RGB 54 40 195 -
CMYK 0.72 0.79 0 0.24
HSL 245.42º 0.66% 0.46% -
HSV(B) 245.42º 0.79% 0.76% -
XYZ 12.13 6.24 52.2 -
YUV 61.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 54 40 195 0.72 0.79 0 0.24 245.42 0.66 0.46
Hex 36 28 C3 48 4F 0 18 F5 42 2E
Octal 66 50 303 110 117 0 30 365 102 56
Binary 110110 101000 11000011 1001000 1001111 0 11000 11110101 1000010 101110

Color Harmonies of #3628C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628C3

Black with #3628C3

Text Example


Text Example

White with #3628C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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