Html Css Color HEX #3629BC Persian Blue

📋 copy color: '#3629BC'

red 54 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #3629BC

Tints of Persian Blue #3629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 19.08%
G = 14.49%
B = 66.43%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3629BC (or 0x3629BC) is known color: Persian Blue. HEX triplet: 36, 29 and BC. RGB value is (54,41,188). Sum of RGB (Red+Green+Blue) = 54+41+188=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #3629BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629BC is #C9D643. Grayscale: #3D3D3D. Windows color (decimal): -13227588 or 12331318. OLE color: 12331318.

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

Color convert

RGB 54 41 188 -
CMYK 0.71 0.78 0 0.26
HSL 245.31º 0.64% 0.45% -
HSV(B) 245.31º 0.78% 0.74% -
XYZ 11.39 6 48.13 -
YUV 61.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 54 41 188 0.71 0.78 0 0.26 245.31 0.64 0.45
Hex 36 29 BC 47 4E 0 1A F5 40 2D
Octal 66 51 274 107 116 0 32 365 100 55
Binary 110110 101001 10111100 1000111 1001110 0 11010 11110101 1000000 101101

Color Harmonies of #3629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3629BC

Black with #3629BC

Text Example


Text Example

White with #3629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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