#37269A

Color #37269A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #37269A

Tints of Blue Gem #37269A

Color information

#37269A (or 0x37269A) is unknown color: approx Blue Gem. HEX triplet: 37, 26 and 9A. RGB value is (55,38,154). Sum of RGB (Red+Green+Blue) = 55+38+154=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #37269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37269A is #C8D965. Grayscale: #373737. Windows color (decimal): -13162854 or 10102327. OLE color: 10102327.

HSL color Cylindrical-coordinate representation of color #37269A: hue angle of 248.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37269A is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5538154-
CMYK0.640.7500.40
HSL248.79º60.42%37.65%-
HSV(B)248.79º75.32%60.39%-
XYZ8.14.5331.02-
YUV56.31183.13127.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=22.27%
G=15.38%
B=62.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55381540.640.7500.40248.7960.4237.65
Hex37269A404B028f93c26
Octal67462321001130503717446
Binary1101111001101001101010000001001011010100011111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37269A; }

 p { color: rgb(55,38,154); }

 H1.HeaderClassName
 {
   color: #37269A;
 }
 .AnyTagClassName
 {
   color: #37269A;
 }
</style>
background-color css

<style>
 a { background-color: #37269A; }

 a { background-color: rgb(55,38,154); }

 div.DivClassName
 {
   background-color: #37269A;
 }
 .BgClassName
 {
   background-color: #37269A;
 }
</style>
border-color css

<style>
 span { border-color: #37269A; }

 span { border-color: rgb(55,38,154); }

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