Html Css Color HEX #38289F Blue Gem

📋 copy color: '#38289F'

red 56 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #38289F

Tints of Blue Gem #38289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 21.96%
G = 15.69%
B = 62.35%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38289F (or 0x38289F) is known color: Blue Gem. HEX triplet: 38, 28 and 9F. RGB value is (56,40,159). Sum of RGB (Red+Green+Blue) = 56+40+159=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #38289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38289F is #C7D760. Grayscale: #393939. Windows color (decimal): -13096801 or 10430520. OLE color: 10430520.

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

Color convert

RGB 56 40 159 -
CMYK 0.65 0.75 0 0.38
HSL 248.07º 0.6% 0.39% -
HSV(B) 248.07º 0.75% 0.62% -
XYZ 8.65 4.86 33.28 -
YUV 58.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 56 40 159 0.65 0.75 0 0.38 248.07 0.6 0.39
Hex 38 28 9F 41 4B 0 26 F8 3C 27
Octal 70 50 237 101 113 0 46 370 74 47
Binary 111000 101000 10011111 1000001 1001011 0 100110 11111000 111100 100111

Color Harmonies of #38289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38289F

Black with #38289F

Text Example


Text Example

White with #38289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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