Html Css Color HEX #38259B Blue Gem

📋 copy color: '#38259B'

red 56 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #38259B

Tints of Blue Gem #38259B

RGB

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

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

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

R = 22.58%
G = 14.92%
B = 62.5%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38259B (or 0x38259B) is known color: Blue Gem. HEX triplet: 38, 25 and 9B. RGB value is (56,37,155). Sum of RGB (Red+Green+Blue) = 56+37+155=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #38259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259B is #C7DA64. Grayscale: #373737. Windows color (decimal): -13097573 or 10167608. OLE color: 10167608.

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

Color convert

RGB 56 37 155 -
CMYK 0.64 0.76 0 0.39
HSL 249.66º 0.61% 0.38% -
HSV(B) 249.66º 0.76% 0.61% -
XYZ 8.21 4.53 31.45 -
YUV 56.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 56 37 155 0.64 0.76 0 0.39 249.66 0.61 0.38
Hex 38 25 9B 40 4C 0 27 FA 3D 26
Octal 70 45 233 100 114 0 47 372 75 46
Binary 111000 100101 10011011 1000000 1001100 0 100111 11111010 111101 100110

Color Harmonies of #38259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38259B

Black with #38259B

Text Example


Text Example

White with #38259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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