Html Css Color HEX #38289D Blue Gem

📋 copy color: '#38289D'

red 56 ◦ green 40 ◦ blue 157

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

Shades of Blue Gem #38289D

Tints of Blue Gem #38289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 22.13%
G = 15.81%
B = 62.06%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38289D (or 0x38289D) is known color: Blue Gem. HEX triplet: 38, 28 and 9D. RGB value is (56,40,157). Sum of RGB (Red+Green+Blue) = 56+40+157=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #38289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38289D is #C7D762. Grayscale: #393939. Windows color (decimal): -13096803 or 10299448. OLE color: 10299448.

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

Color convert

RGB 56 40 157 -
CMYK 0.64 0.75 0 0.38
HSL 248.21º 0.59% 0.39% -
HSV(B) 248.21º 0.75% 0.62% -
XYZ 8.48 4.79 32.38 -
YUV 58.12 183.8 126.49 -
System Red Green Blue C M Y K H S L
Decimal 56 40 157 0.64 0.75 0 0.38 248.21 0.59 0.39
Hex 38 28 9D 40 4B 0 26 F8 3B 27
Octal 70 50 235 100 113 0 46 370 73 47
Binary 111000 101000 10011101 1000000 1001011 0 100110 11111000 111011 100111

Color Harmonies of #38289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38289D

Black with #38289D

Text Example


Text Example

White with #38289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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