Html Css Color HEX #36259B Blue Gem

📋 copy color: '#36259B'

red 54 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #36259B

Tints of Blue Gem #36259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 21.95%
G = 15.04%
B = 63.01%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36259B (or 0x36259B) is known color: Blue Gem. HEX triplet: 36, 25 and 9B. RGB value is (54,37,155). Sum of RGB (Red+Green+Blue) = 54+37+155=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #36259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36259B is #C9DA64. Grayscale: #373737. Windows color (decimal): -13228645 or 10167606. OLE color: 10167606.

HSL color Cylindrical-coordinate representation of color #36259B: hue angle of 248.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36259B is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 37 155 -
CMYK 0.65 0.76 0 0.39
HSL 248.64º 0.61% 0.38% -
HSV(B) 248.64º 0.76% 0.61% -
XYZ 8.1 4.47 31.45 -
YUV 55.54 184.13 126.91 -
System Red Green Blue C M Y K H S L
Decimal 54 37 155 0.65 0.76 0 0.39 248.64 0.61 0.38
Hex 36 25 9B 41 4C 0 27 F9 3D 26
Octal 66 45 233 101 114 0 47 371 75 46
Binary 110110 100101 10011011 1000001 1001100 0 100111 11111001 111101 100110

Color Harmonies of #36259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36259B

Black with #36259B

Text Example


Text Example

White with #36259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36259B; }

 p { color: rgb(54,37,155); }

 H1.HeaderClassName
 {
   color: #36259B;
 }
 .AnyTagClassName
 {
   color: #36259B;
 }
</style>

background-color css

<style>
 a { background-color: #36259B; }

 a { background-color: rgb(54,37,155); }

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

border-color css

<style>
 span { border-color: #36259B; }

 span { border-color: rgb(54,37,155); }

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