Html Css Color HEX #38229D Blue Gem

📋 copy color: '#38229D'

red 56 ◦ green 34 ◦ blue 157

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

Shades of Blue Gem #38229D

Tints of Blue Gem #38229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 22.67%
G = 13.77%
B = 63.56%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38229D (or 0x38229D) is known color: Blue Gem. HEX triplet: 38, 22 and 9D. RGB value is (56,34,157). Sum of RGB (Red+Green+Blue) = 56+34+157=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #38229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38229D is #C7DD62. Grayscale: #363636. Windows color (decimal): -13098339 or 10297912. OLE color: 10297912.

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

Color convert

RGB 56 34 157 -
CMYK 0.64 0.78 0 0.38
HSL 250.73º 0.64% 0.37% -
HSV(B) 250.73º 0.78% 0.62% -
XYZ 8.29 4.42 32.31 -
YUV 54.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 56 34 157 0.64 0.78 0 0.38 250.73 0.64 0.37
Hex 38 22 9D 40 4E 0 26 FB 40 25
Octal 70 42 235 100 116 0 46 373 100 45
Binary 111000 100010 10011101 1000000 1001110 0 100110 11111011 1000000 100101

Color Harmonies of #38229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38229D

Black with #38229D

Text Example


Text Example

White with #38229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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