Html Css Color HEX #38239E Blue Gem

📋 copy color: '#38239E'

red 56 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #38239E

Tints of Blue Gem #38239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 22.49%
G = 14.06%
B = 63.45%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38239E (or 0x38239E) is known color: Blue Gem. HEX triplet: 38, 23 and 9E. RGB value is (56,35,158). Sum of RGB (Red+Green+Blue) = 56+35+158=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #38239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38239E is #C7DC61. Grayscale: #363636. Windows color (decimal): -13098082 or 10363704. OLE color: 10363704.

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

Color convert

RGB 56 35 158 -
CMYK 0.65 0.78 0 0.38
HSL 250.24º 0.64% 0.38% -
HSV(B) 250.24º 0.78% 0.62% -
XYZ 8.4 4.51 32.78 -
YUV 55.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 56 35 158 0.65 0.78 0 0.38 250.24 0.64 0.38
Hex 38 23 9E 41 4E 0 26 FA 40 26
Octal 70 43 236 101 116 0 46 372 100 46
Binary 111000 100011 10011110 1000001 1001110 0 100110 11111010 1000000 100110

Color Harmonies of #38239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38239E

Black with #38239E

Text Example


Text Example

White with #38239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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