Html Css Color HEX #3626BA Persian Blue

📋 copy color: '#3626BA'

red 54 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #3626BA

Tints of Persian Blue #3626BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 19.42%
G = 13.67%
B = 66.91%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3626BA (or 0x3626BA) is known color: Persian Blue. HEX triplet: 36, 26 and BA. RGB value is (54,38,186). Sum of RGB (Red+Green+Blue) = 54+38+186=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #3626BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626BA is #C9D945. Grayscale: #3B3B3B. Windows color (decimal): -13228358 or 12199478. OLE color: 12199478.

HSL color Cylindrical-coordinate representation of color #3626BA: hue angle of 246.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3626BA is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 38 186 -
CMYK 0.71 0.80 0 0.27
HSL 246.49º 0.66% 0.44% -
HSV(B) 246.49º 0.8% 0.73% -
XYZ 11.08 5.72 46.97 -
YUV 59.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 54 38 186 0.71 0.80 0 0.27 246.49 0.66 0.44
Hex 36 26 BA 47 50 0 1B F6 42 2C
Octal 66 46 272 107 120 0 33 366 102 54
Binary 110110 100110 10111010 1000111 1010000 0 11011 11110110 1000010 101100

Color Harmonies of #3626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3626BA

Black with #3626BA

Text Example


Text Example

White with #3626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3626BA; }

 p { color: rgb(54,38,186); }

 H1.HeaderClassName
 {
   color: #3626BA;
 }
 .AnyTagClassName
 {
   color: #3626BA;
 }
</style>

background-color css

<style>
 a { background-color: #3626BA; }

 a { background-color: rgb(54,38,186); }

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

border-color css

<style>
 span { border-color: #3626BA; }

 span { border-color: rgb(54,38,186); }

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