Html Css Color HEX #38259C Blue Gem

📋 copy color: '#38259C'

red 56 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #38259C

Tints of Blue Gem #38259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 22.49%
G = 14.86%
B = 62.65%

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

#38259C (or 0x38259C) is known color: Blue Gem. HEX triplet: 38, 25 and 9C. RGB value is (56,37,156). Sum of RGB (Red+Green+Blue) = 56+37+156=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #38259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259C is #C7DA63. Grayscale: #373737. Windows color (decimal): -13097572 or 10233144. OLE color: 10233144.

HSL color Cylindrical-coordinate representation of color #38259C: hue angle of 249.58º degrees, saturation: 0.62, 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 #38259C is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 37 156 -
CMYK 0.64 0.76 0 0.39
HSL 249.58º 0.62% 0.38% -
HSV(B) 249.58º 0.76% 0.61% -
XYZ 8.29 4.56 31.9 -
YUV 56.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 56 37 156 0.64 0.76 0 0.39 249.58 0.62 0.38
Hex 38 25 9C 40 4C 0 27 FA 3E 26
Octal 70 45 234 100 114 0 47 372 76 46
Binary 111000 100101 10011100 1000000 1001100 0 100111 11111010 111110 100110

Color Harmonies of #38259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38259C

Black with #38259C

Text Example


Text Example

White with #38259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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