#38299D

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

Shades of Blue Gem #38299D

Tints of Blue Gem #38299D

Color information

#38299D (or 0x38299D) is unknown color: approx Blue Gem. HEX triplet: 38, 29 and 9D. RGB value is (56,41,157). Sum of RGB (Red+Green+Blue) = 56+41+157=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #38299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38299D is #C7D662. Grayscale: #3A3A3A. Windows color (decimal): -13096547 or 10299704. OLE color: 10299704.

HSL color Cylindrical-coordinate representation of color #38299D: hue angle of 247.76º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38299D is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5641157-
CMYK0.640.7400.38
HSL247.76º58.59%38.82%-
HSV(B)247.76º73.89%61.57%-
XYZ8.514.8632.39-
YUV58.71183.47126.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 157 (61.72% from 255) = 61.81%
R=22.05%
G=16.14%
B=61.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56411570.640.7400.38247.7658.5938.82
Hex38299D404A026f83b27
Octal70512351001120463707347
Binary1110001010011001110110000001001010010011011111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38299D; }

 p { color: rgb(56,41,157); }

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

<style>
 a { background-color: #38299D; }

 a { background-color: rgb(56,41,157); }

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

<style>
 span { border-color: #38299D; }

 span { border-color: rgb(56,41,157); }

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