Html Css Color HEX #3629B0 Persian Blue

📋 copy color: '#3629B0'

red 54 ◦ green 41 ◦ blue 176

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

Shades of Persian Blue #3629B0

Tints of Persian Blue #3629B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 19.93%
G = 15.13%
B = 64.94%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3629B0 (or 0x3629B0) is known color: Persian Blue. HEX triplet: 36, 29 and B0. RGB value is (54,41,176). Sum of RGB (Red+Green+Blue) = 54+41+176=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #3629B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3629B0 is #C9D64F. Grayscale: #3B3B3B. Windows color (decimal): -13227600 or 11544886. OLE color: 11544886.

HSL color Cylindrical-coordinate representation of color #3629B0: hue angle of 245.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3629B0 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 41 176 -
CMYK 0.69 0.77 0 0.31
HSL 245.78º 0.62% 0.43% -
HSV(B) 245.78º 0.77% 0.69% -
XYZ 10.15 5.5 41.6 -
YUV 60.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 54 41 176 0.69 0.77 0 0.31 245.78 0.62 0.43
Hex 36 29 B0 45 4D 0 1F F6 3E 2B
Octal 66 51 260 105 115 0 37 366 76 53
Binary 110110 101001 10110000 1000101 1001101 0 11111 11110110 111110 101011

Color Harmonies of #3629B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3629B0

Black with #3629B0

Text Example


Text Example

White with #3629B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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