Html Css Color HEX #38239B Blue Gem

📋 copy color: '#38239B'

red 56 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #38239B

Tints of Blue Gem #38239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 22.76%
G = 14.23%
B = 63.01%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38239B (or 0x38239B) is known color: Blue Gem. HEX triplet: 38, 23 and 9B. RGB value is (56,35,155). Sum of RGB (Red+Green+Blue) = 56+35+155=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #38239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38239B is #C7DC64. Grayscale: #363636. Windows color (decimal): -13098085 or 10167096. OLE color: 10167096.

HSL color Cylindrical-coordinate representation of color #38239B: hue angle of 250.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38239B is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 35 155 -
CMYK 0.64 0.77 0 0.39
HSL 250.5º 0.63% 0.37% -
HSV(B) 250.5º 0.77% 0.61% -
XYZ 8.15 4.41 31.43 -
YUV 54.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 56 35 155 0.64 0.77 0 0.39 250.5 0.63 0.37
Hex 38 23 9B 40 4D 0 27 FB 3F 25
Octal 70 43 233 100 115 0 47 373 77 45
Binary 111000 100011 10011011 1000000 1001101 0 100111 11111011 111111 100101

Color Harmonies of #38239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38239B

Black with #38239B

Text Example


Text Example

White with #38239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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