#38254B

Color #38254B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #38254B

Tints of Jagger #38254B

Color information

#38254B (or 0x38254B) is unknown color: approx Jagger. HEX triplet: 38, 25 and 4B. RGB value is (56,37,75). Sum of RGB (Red+Green+Blue) = 56+37+75=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #38254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38254B is #C7DAB4. Grayscale: #2E2E2E. Windows color (decimal): -13097653 or 4924728. OLE color: 4924728.

HSL color Cylindrical-coordinate representation of color #38254B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38254B is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563775-
CMYK0.250.5100.71
HSL270º33.93%21.96%-
HSV(B)270º50.67%29.41%-
XYZ3.562.676.98-
YUV47.01143.79134.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=33.33%
G=22.02%
B=44.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5637750.250.5100.7127033.9321.96
Hex38254B193304710e2216
Octal7045113316301074164226
Binary1110001001011001011110011100110100011110000111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38254B;
 }
 .AnyTagClassName
 {
   color: #38254B;
 }
</style>
background-color css

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

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

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

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

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

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