Html Css Color HEX #37269E Blue Gem

📋 copy color: '#37269E'

red 55 ◦ green 38 ◦ blue 158

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

Shades of Blue Gem #37269E

Tints of Blue Gem #37269E

RGB

 RED value IS 55 (21.88% from 255) = 21.91%

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 158 (62.11% from 255) = 62.95%

R = 21.91%
G = 15.14%
B = 62.95%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37269E (or 0x37269E) is known color: Blue Gem. HEX triplet: 37, 26 and 9E. RGB value is (55,38,158). Sum of RGB (Red+Green+Blue) = 55+38+158=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #37269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37269E is #C8D961. Grayscale: #383838. Windows color (decimal): -13162850 or 10364471. OLE color: 10364471.

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

Color convert

RGB 55 38 158 -
CMYK 0.65 0.76 0 0.38
HSL 248.5º 0.61% 0.38% -
HSV(B) 248.5º 0.76% 0.62% -
XYZ 8.44 4.67 32.8 -
YUV 56.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 55 38 158 0.65 0.76 0 0.38 248.5 0.61 0.38
Hex 37 26 9E 41 4C 0 26 F9 3D 26
Octal 67 46 236 101 114 0 46 371 75 46
Binary 110111 100110 10011110 1000001 1001100 0 100110 11111001 111101 100110

Color Harmonies of #37269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37269E

Black with #37269E

Text Example


Text Example

White with #37269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37269E;
 }
 .AnyTagClassName
 {
   color: #37269E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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