Html Css Color HEX #3629BA Persian Blue

📋 copy color: '#3629BA'

red 54 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #3629BA

Tints of Persian Blue #3629BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 19.22%
G = 14.59%
B = 66.19%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3629BA (or 0x3629BA) is known color: Persian Blue. HEX triplet: 36, 29 and BA. RGB value is (54,41,186). Sum of RGB (Red+Green+Blue) = 54+41+186=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #3629BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629BA is #C9D645. Grayscale: #3C3C3C. Windows color (decimal): -13227590 or 12200246. OLE color: 12200246.

HSL color Cylindrical-coordinate representation of color #3629BA: hue angle of 245.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3629BA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 41 186 -
CMYK 0.71 0.78 0 0.27
HSL 245.38º 0.64% 0.45% -
HSV(B) 245.38º 0.78% 0.73% -
XYZ 11.18 5.92 47.01 -
YUV 61.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 54 41 186 0.71 0.78 0 0.27 245.38 0.64 0.45
Hex 36 29 BA 47 4E 0 1B F5 40 2D
Octal 66 51 272 107 116 0 33 365 100 55
Binary 110110 101001 10111010 1000111 1001110 0 11011 11110101 1000000 101101

Color Harmonies of #3629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3629BA

Black with #3629BA

Text Example


Text Example

White with #3629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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