Html Css Color HEX #3631BB Persian Blue

📋 copy color: '#3631BB'

red 54 ◦ green 49 ◦ blue 187

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

Shades of Persian Blue #3631BB

Tints of Persian Blue #3631BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 18.62%
G = 16.9%
B = 64.48%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3631BB (or 0x3631BB) is known color: Persian Blue. HEX triplet: 36, 31 and BB. RGB value is (54,49,187). Sum of RGB (Red+Green+Blue) = 54+49+187=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #3631BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631BB is #C9CE44. Grayscale: #414141. Windows color (decimal): -13225541 or 12267830. OLE color: 12267830.

HSL color Cylindrical-coordinate representation of color #3631BB: hue angle of 242.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3631BB is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 49 187 -
CMYK 0.71 0.74 0 0.27
HSL 242.17º 0.58% 0.46% -
HSV(B) 242.17º 0.74% 0.73% -
XYZ 11.59 6.57 47.67 -
YUV 66.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 54 49 187 0.71 0.74 0 0.27 242.17 0.58 0.46
Hex 36 31 BB 47 4A 0 1B F2 3A 2E
Octal 66 61 273 107 112 0 33 362 72 56
Binary 110110 110001 10111011 1000111 1001010 0 11011 11110010 111010 101110

Color Harmonies of #3631BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3631BB

Black with #3631BB

Text Example


Text Example

White with #3631BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3631BB; }

 p { color: rgb(54,49,187); }

 H1.HeaderClassName
 {
   color: #3631BB;
 }
 .AnyTagClassName
 {
   color: #3631BB;
 }
</style>

background-color css

<style>
 a { background-color: #3631BB; }

 a { background-color: rgb(54,49,187); }

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

border-color css

<style>
 span { border-color: #3631BB; }

 span { border-color: rgb(54,49,187); }

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