Html Css Color HEX #38259D Blue Gem

📋 copy color: '#38259D'

red 56 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #38259D

Tints of Blue Gem #38259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 22.4%
G = 14.8%
B = 62.8%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38259D (or 0x38259D) is known color: Blue Gem. HEX triplet: 38, 25 and 9D. RGB value is (56,37,157). Sum of RGB (Red+Green+Blue) = 56+37+157=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #38259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259D is #C7DA62. Grayscale: #373737. Windows color (decimal): -13097571 or 10298680. OLE color: 10298680.

HSL color Cylindrical-coordinate representation of color #38259D: hue angle of 249.5º degrees, saturation: 0.62, 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 #38259D is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 37 157 -
CMYK 0.64 0.76 0 0.38
HSL 249.5º 0.62% 0.38% -
HSV(B) 249.5º 0.76% 0.62% -
XYZ 8.38 4.6 32.34 -
YUV 56.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 56 37 157 0.64 0.76 0 0.38 249.5 0.62 0.38
Hex 38 25 9D 40 4C 0 26 FA 3E 26
Octal 70 45 235 100 114 0 46 372 76 46
Binary 111000 100101 10011101 1000000 1001100 0 100110 11111010 111110 100110

Color Harmonies of #38259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38259D

Black with #38259D

Text Example


Text Example

White with #38259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38259D;
 }
 .AnyTagClassName
 {
   color: #38259D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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