Html Css Color HEX #38279E Blue Gem

📋 copy color: '#38279E'

red 56 ◦ green 39 ◦ blue 158

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

Shades of Blue Gem #38279E

Tints of Blue Gem #38279E

RGB

 RED value IS 56 (22.27% from 255) = 22.13%

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 22.13%
G = 15.42%
B = 62.45%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38279E (or 0x38279E) is known color: Blue Gem. HEX triplet: 38, 27 and 9E. RGB value is (56,39,158). Sum of RGB (Red+Green+Blue) = 56+39+158=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #38279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38279E is #C7D861. Grayscale: #393939. Windows color (decimal): -13097058 or 10364728. OLE color: 10364728.

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

Color convert

RGB 56 39 158 -
CMYK 0.65 0.75 0 0.38
HSL 248.57º 0.6% 0.39% -
HSV(B) 248.57º 0.75% 0.62% -
XYZ 8.53 4.76 32.82 -
YUV 57.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 56 39 158 0.65 0.75 0 0.38 248.57 0.6 0.39
Hex 38 27 9E 41 4B 0 26 F9 3C 27
Octal 70 47 236 101 113 0 46 371 74 47
Binary 111000 100111 10011110 1000001 1001011 0 100110 11111001 111100 100111

Color Harmonies of #38279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38279E

Black with #38279E

Text Example


Text Example

White with #38279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,39,158); }

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

background-color css

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

 a { background-color: rgb(56,39,158); }

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

border-color css

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

 span { border-color: rgb(56,39,158); }

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